Skip to content

Commit

Permalink
Install setuptools in CI
Browse files Browse the repository at this point in the history
Add `pip install -U setuptools setuptools_scm wheel`
  • Loading branch information
johannes-mueller authored Oct 26, 2023
1 parent 03bc7a8 commit 7dad876
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -U setuptools setuptools_scm wheel
python -m pip install flake8 pytest pytest-cov
python -m pip install -e .
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
Expand Down

0 comments on commit 7dad876

Please sign in to comment.