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.
1 parent 59c9566 commit 876f321Copy full SHA for 876f321
.circleci/config.yml
@@ -36,7 +36,7 @@ jobs:
36
steps:
37
- checkout
38
- run: echo 'export PATH=$HOME/.local/bin:$PATH' >> $BASH_ENV
39
- - run: pip install --user tox
+ - run: pip install --user tox "virtualenv<20.22.0"
40
- run: tox
41
test_nooptionals:
42
parameters:
0 commit comments