Skip to content

Commit

Permalink
Remove pip version lock from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lunkwill42 committed Dec 11, 2024
1 parent 48d6446 commit a1d8287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: "Install test runner dependencies"
run: |
set -xe
python3 -m pip install --upgrade 'pip==23.1.0' setuptools wheel tox tox-gh-actions coverage virtualenv
python3 -m pip install --upgrade pip setuptools wheel tox tox-gh-actions coverage virtualenv
sudo apt-get install -y nbtscan
# virtualenv seems to currently be embedding a broken version of
Expand Down

0 comments on commit a1d8287

Please sign in to comment.