Skip to content

Commit

Permalink
Upgrade setuptools before running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
druzm committed Dec 2, 2024
1 parent 6ce2997 commit 07408de
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
python -m pip install --upgrade setuptools
python -m pip install flake8 pytest
- name: Install package
run: |
Expand Down

0 comments on commit 07408de

Please sign in to comment.