Skip to content

Commit 9e4b324

Browse files
ci: Pin pip v25.3 until pip-tools is compatible
pip v26.0 came out and is installed on windows-latest. pip-tools v7.5.2 is not compatible yet. Wait until jazzband/pip-tools#2320 is released
1 parent 99aa3f6 commit 9e4b324

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/update_env.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
python-version: "3.11"
2525
- name: Compile
2626
run: |
27+
python -m pip install pip==25.3
2728
python -m pip install pip-tools==7.5.2
2829
python .github/workflows/update_env.py compile
2930
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)