Skip to content

Commit a214e43

Browse files
committed
Do the actual build inplace
1 parent af3ceae commit a214e43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
3131
- name: Build
3232
run: |
33-
python setup.py install
33+
python setup.py build_ext --inplace
3434
- name: Test
3535
run: |
3636
python -m pytest

0 commit comments

Comments
 (0)