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
@@ -57,7 +57,8 @@ jobs:
cache: "pip" # caching pip dependencies
- name: Install Python dependencies
run: pip install --require-hashes -r ./.github/scripts/requirements_sync_readme.txt -r ./.github/scripts/requirements_pre_commit.txt
run: |
pip install --require-hashes --only-binary=:all: -r ./.github/scripts/requirements_sync_readme.txt -r ./.github/scripts/requirements_pre_commit.txt
- name: Sync translation TOML files
run: |