We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5c3f09a + 1c3d49b commit 32b671fCopy full SHA for 32b671f
2 files changed
.github/workflows/pip-compile.yml
@@ -15,7 +15,7 @@ jobs:
15
python-version: "3.11"
16
17
- name: Install tox
18
- run: pip install "pip<=25.0" tox
+ run: pip install tox
19
20
- name: pip-compile
21
uses: technote-space/create-pr-action@v2
tox.ini
@@ -132,7 +132,9 @@ addopts = -v
132
relative_files = true
133
134
[testenv:pip-compile]
135
-deps = pip-tools
+deps =
136
+ pip-tools
137
+ pip<=25.0 # Temporary fix for RHELDST-31877
138
basepython = python3.11
139
skip_install = true
140
skipsdist = true
0 commit comments