Skip to content

Commit

Permalink
Add setuptools and wheel to CI action.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mayitzin committed Mar 30, 2022
1 parent 09f2a9f commit 58dc593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install flake8 pytest
pip install flake8 pytest setuptools wheel
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
pip install .
- name: Build binary wheel and source tarball
Expand Down

0 comments on commit 58dc593

Please sign in to comment.