Skip to content

Commit

Permalink
Merge pull request #348 from inspirehep/fix-pip-version
Browse files Browse the repository at this point in the history
fix pip version in action
  • Loading branch information
drjova authored Jul 8, 2024
2 parents ffb1c3e + d4ce0f3 commit 0b290ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- name: Install python dependencies
run: |
python -m pip install --upgrade pip
python -m pip install pip==24.0
pip install setuptools wheel coveralls check-manifest
pip install -e .[tests]
Expand Down

0 comments on commit 0b290ac

Please sign in to comment.