Skip to content

Commit 39a9681

Browse files
authored
Use python, not pip for generating wheel
1 parent 2a5d538 commit 39a9681

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Install dependencies
2020
run: |
2121
pip install -r requirements.txt
22-
pip setup.py bdist_wheel
22+
python setup.py bdist_wheel
2323
pip install dist/*.whl
2424
- name: Test with pytest
2525
run: |

0 commit comments

Comments
 (0)