We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 532412e commit 905d0a0Copy full SHA for 905d0a0
.github/workflows/ci_tests.yml
@@ -75,6 +75,9 @@ jobs:
75
pip install -U setuptools wheel
76
pip install -U -r .github/utils/requirements_audit.txt
77
78
+ # TEMPORARY: Install pip<25.3 to avoid issues with pip-compile and pip 25.3+
79
+ pip install "pip<25.3"
80
+
81
- name: Create requirements.txt for pip-audit
82
run: pip-compile --output-file="${{ runner.temp }}/requirements.txt" --all-extras --verbose --color "${{ github.workspace }}/pyproject.toml"
83
0 commit comments