Skip to content

Commit 84f8595

Browse files
ci: Remove pip upgrade
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.
1 parent 8576766 commit 84f8595

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/build_and_test.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ jobs:
5656

5757
- name: Install dependencies
5858
run: |
59-
python -m pip install --upgrade pip
6059
pip install -r tests/integration/requirements.txt
6160
6261
- name: Execute integration tests

0 commit comments

Comments
 (0)