fix: pin pip to <26 in Update requirements.lock workflow (pip-tools compatibility)
This commit is contained in:
parent
a94e22c7de
commit
5b5ecea4c3
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ jobs:
|
||||||
python-version: '3.11'
|
python-version: '3.11'
|
||||||
|
|
||||||
- name: Install pip-tools
|
- name: Install pip-tools
|
||||||
run: python -m pip install --upgrade pip pip-tools
|
run: python -m pip install --upgrade "pip>=24,<26" pip-tools
|
||||||
|
|
||||||
- name: Generate requirements.lock
|
- name: Generate requirements.lock
|
||||||
run: pip-compile requirements.txt -o requirements.lock
|
run: pip-compile requirements.txt -o requirements.lock
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue