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
+2 -1
View File
@@ -201,7 +201,8 @@ jobs:
python-version: "3.12"
- name: Install Python dependencies
run: pip install --require-hashes -r ./.github/scripts/requirements_sync_readme.txt
run: |
pip install --require-hashes --only-binary=:all: -r ./.github/scripts/requirements_sync_readme.txt
- name: Run Python script to check files
id: run-check