Skip to content

Commit b6001d4

Browse files
authored
Merge pull request #272 from OZI-Project/rjdbcm-patch-18
pin pip==24.3.1 for pip-tools compatibility
2 parents a5a7c08 + 22d209d commit b6001d4

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)