Skip to content

Commit

Permalink
Pin virtualenv version
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Marchbanks <csmarchbanks@gmail.com>
  • Loading branch information
csmarchbanks committed May 31, 2023
1 parent 59c9566 commit 876f321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -36,7 +36,7 @@ jobs:
steps:
- checkout
- run: echo 'export PATH=$HOME/.local/bin:$PATH' >> $BASH_ENV
- run: pip install --user tox
- run: pip install --user tox "virtualenv<20.22.0"
- run: tox
test_nooptionals:
parameters:
Expand Down

0 comments on commit 876f321

Please sign in to comment.