Skip to content

Commit 905d0a0

Browse files
committed
Temporarily use pip<25.3 due to issue with pip-tools
1 parent 532412e commit 905d0a0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci_tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ jobs:
7575
pip install -U setuptools wheel
7676
pip install -U -r .github/utils/requirements_audit.txt
7777
78+
# TEMPORARY: Install pip<25.3 to avoid issues with pip-compile and pip 25.3+
79+
pip install "pip<25.3"
80+
7881
- name: Create requirements.txt for pip-audit
7982
run: pip-compile --output-file="${{ runner.temp }}/requirements.txt" --all-extras --verbose --color "${{ github.workspace }}/pyproject.toml"
8083

0 commit comments

Comments
 (0)