deps(ci): enforce binary-only Python installs and refresh pinned dependency locks (#6157)

This commit is contained in:
Ludy
2026-04-23 13:28:44 +01:00
committed by GitHub
parent fed4fd2efb
commit c5d07e23bf
7 changed files with 571 additions and 536 deletions
+1 -2
View File
@@ -495,8 +495,7 @@ jobs:
- name: Pip requirements
run: |
pip install --require-hashes -r ./testing/cucumber/requirements.txt
pip install behave-html-formatter
pip install --require-hashes --only-binary=:all: -r ./testing/cucumber/requirements.txt
- name: Run Docker Compose Tests
run: |