Skip to content

Commit

Permalink
ci: Remove pip upgrade
Browse files Browse the repository at this point in the history
OpenSSF scorecard does not want us to upgrade to unspecified versions.

Removing the update seems like the simplest solution, as the version
contained in the ubuntu-20.04 base image is recent enough.
  • Loading branch information
rettichschnidi committed Nov 15, 2024
1 parent 8576766 commit 84f8595
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ jobs:

- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r tests/integration/requirements.txt
- name: Execute integration tests
Expand Down

0 comments on commit 84f8595

Please sign in to comment.