Skip to content

Commit

Permalink
ci: install setuptools, wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
william-silversmith committed May 20, 2024
1 parent 14f961b commit 51d2bd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install pytest -r requirements.txt -r requirements_dev.txt
python -m pip install pytest -r requirements.txt -r requirements_dev.txt setuptools wheel
- name: Compile
run: python setup.py develop
Expand Down

0 comments on commit 51d2bd6

Please sign in to comment.