Skip to content

Commit

Permalink
Try upgrading setuptools in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
amstilp committed May 11, 2024
1 parent becc426 commit c16acc1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ jobs:
run: |
python -m ensurepip --upgrade
python -m pip install --upgrade pip
# Upgrade setup tools
pip install --upgrade setuptools
- name: Install piptools
run: pip install pip-tools
Expand Down

0 comments on commit c16acc1

Please sign in to comment.