[build] Harden build/release workflows (#16358)

Authored by: bashonly, Grub4K

Co-authored-by: Simon Sawicki <contact@grub4k.dev>
This commit is contained in:
bashonly
2026-03-28 00:10:58 +00:00
committed by GitHub
co-authored by Simon Sawicki
parent f01e1a1ced
commit 87eaf886f5
29 changed files with 5132 additions and 100 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install test requirements
run: python ./devscripts/install_deps.py --include-extra test --include-extra curl-cffi
run: python ./devscripts/install_deps.py --include-group test --include-extra curl-cffi
- name: Run tests
timeout-minutes: 15
continue-on-error: False