Skip to content

Commit c23a19e

Browse files
authored
workflows: Remove pip-tools workaround (#1521)
1 parent 939d5fe commit c23a19e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/pin-requirements.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,7 @@ jobs:
7777
cache-dependency-path: pyproject.toml
7878

7979
- name: Install dependencies
80-
run: |
81-
pip install "pip < 25.1" # workaround issue 1426
82-
pip install pip-tools
80+
run: pip install pip-tools
8381

8482
- name: Compute version from tag
8583
run: |

0 commit comments

Comments
 (0)