Skip to content

Commit 92499d7

Browse files
committed
github actions: fixes build
1 parent 2baabd5 commit 92499d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: |
2222
python -c "import sys; print(sys.version)"
2323
make install
24-
make build-ext
24+
make build
2525
# make lint
2626
make test
2727
make report

0 commit comments

Comments
 (0)