Skip to content

Commit 22d209d

Browse files
authored
pin pip==24.3.1 for pip-tools compatibility
See also jazzband/pip-tools#2176 (comment) Signed-off-by: Eden Ross Duff, MSc <ozi.project@outlook.com>
1 parent a5a7c08 commit 22d209d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ runs:
5151

5252
- name: Install build dependencies
5353
run: |
54-
python -m pip install --upgrade pip
54+
python -m pip install pip==24.3.1
5555
python -m pip install --upgrade pipx
5656
python -m pip install --upgrade tox
5757
python -m pip install --upgrade invoke

0 commit comments

Comments
 (0)