8000 Pin virtualenv version · draftcode/client_python@876f321 · GitHub
[go: up one dir, main page]

Skip 65F8 to content

Commit 876f321

Browse files
committed
Pin virtualenv version
Signed-off-by: Chris Marchbanks <csmarchbanks@gmail.com>
1 parent 59c9566 commit 876f321

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
steps:
3737
- checkout
3838
- run: echo 'export PATH=$HOME/.local/bin:$PATH' >> $BASH_ENV
39-
- run: pip install --user tox
39+
- run: pip install --user tox "virtualenv<20.22.0"
4040
- run: tox
4141
test_nooptionals:
4242
parameters:

0 commit comments

Comments
 (0)
0