Skip to content

Commit e7f44c4

Browse files
authored
Merge pull request #110 from release-engineering/fix-pip-compile
Pin PIP version for pip-compile job
2 parents 334a949 + 5b525b9 commit e7f44c4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tox.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ commands=
1515
[testenv:pip-compile]
1616
basepython = python3.9
1717
skip_install = true
18-
deps = pip-tools
18+
deps =
19+
pip-tools
20+
pip==22.0.0
1921
commands =
2022
pip-compile -U --generate-hashes --reuse-hashes --output-file=requirements.txt
2123
pip-compile -U --generate-hashes --reuse-hashes --output-file=requirements-test.txt setup.py requirements-test.in

0 commit comments

Comments
 (0)