chore(ci): pin pyyaml explicitly

This commit is contained in:
Matthias
2026-03-28 13:02:03 +01:00
parent 626e719942
commit 0982b26d6b
2 changed files with 11 additions and 2 deletions
+8 -2
View File
@@ -180,11 +180,17 @@ jobs:
- name: Set up Python 🐍
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 #v6.2.0
with:
python-version: "3.12"
python-version: "3.13"
- name: Install uv
uses: astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098 # v7.3.1
with:
activate-environment: true
python-version: "3.13"
- name: pre-commit dependencies
run: |
pip install pyaml
uv pip install $(grep -E "^pyyaml==" requirements-dev.txt)
python build_helpers/pre_commit_update.py
pre-commit: