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.
This commit is contained in:
Reto Schneider 2024-11-15 15:13:56 +01:00
parent a1655b913e
commit d723815b73

View File

@ -56,7 +56,6 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
python -m pip install --upgrade pip
pip install -r tests/integration/requirements.txt pip install -r tests/integration/requirements.txt
- name: Execute integration tests - name: Execute integration tests