We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2baabd5 commit 92499d7Copy full SHA for 92499d7
.github/workflows/python.yml
@@ -21,7 +21,7 @@ jobs:
21
run: |
22
python -c "import sys; print(sys.version)"
23
make install
24
- make build-ext
+ make build
25
# make lint
26
make test
27
make report
0 commit comments