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 ec0f8a5 commit 7676ffbCopy full SHA for 7676ffb
.circleci/config.yml
@@ -19,7 +19,7 @@ jobs:
19
name: Install Dependencies
20
command: |
21
pip install virtualenv
22
- virtualenv env
+ virtualenv venv
23
./venv/bin/activate
24
pip install -r requirements.txt
25
pip install -r requirements-dev.txt
0 commit comments