Skip to content

Commit 32b671f

Browse files
Merge pull request #656 from dichn/pip
Temporary fix for broken pip-compile [RHELDST-31877]
2 parents 5c3f09a + 1c3d49b commit 32b671f

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/pip-compile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
python-version: "3.11"
1616

1717
- name: Install tox
18-
run: pip install "pip<=25.0" tox
18+
run: pip install tox
1919

2020
- name: pip-compile
2121
uses: technote-space/create-pr-action@v2

tox.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,9 @@ addopts = -v
132132
relative_files = true
133133

134134
[testenv:pip-compile]
135-
deps = pip-tools
135+
deps =
136+
pip-tools
137+
pip<=25.0 # Temporary fix for RHELDST-31877
136138
basepython = python3.11
137139
skip_install = true
138140
skipsdist = true

0 commit comments

Comments
 (0)