Skip to content

Commit

Permalink
chore(github): disable pip upgrade to fix github actions workflow (#656)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbms authored Oct 31, 2024
1 parent 9260fa8 commit 53b2edd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
# - name: Setup tmate session
# uses: mxschmitt/action-tmate@v3
- name: Install Python packaging/test tools
run: pip install --upgrade pip tox nox wheel numpy -r python/requirements-test.txt
run: pip install tox nox wheel numpy -r python/requirements-test.txt
- uses: ./.github/actions/setup-firefox
- run: nox -s lint format mypy
- name: Check for dirty working directory
Expand Down

0 comments on commit 53b2edd

Please sign in to comment.