mirror of
https://github.com/eclipse/wakaama.git
synced 2025-05-08 15:28:14 +08:00
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:
parent
a1655b913e
commit
d723815b73
1
.github/workflows/build_and_test.yaml
vendored
1
.github/workflows/build_and_test.yaml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user