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 f9b1db5 commit bb54cfbCopy full SHA for bb54cfb
.circleci/config.yml
@@ -43,7 +43,7 @@ jobs:
43
44
- run:
45
name: Install tests/requirements.txt
46
- command: rm -rf venv && python -m venv venv && . venv/bin/activate && pip install -r tests/requirements.txt
+ command: pip install -r tests/requirements.txt
47
48
49
name: Run build
0 commit comments