We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b00538 commit 384cdefCopy full SHA for 384cdef
Makefile
@@ -0,0 +1,10 @@
1
+.PHONY: install test upgrade-submodules
2
+
3
+install:
4
+ pip install -e .
5
6
+test:
7
+ pytest
8
9
+upgrade-submodules:
10
+ git submodule update --remote --init --recursive
0 commit comments