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 33e7734 commit 3bd6bc2Copy full SHA for 3bd6bc2
.circleci/config.yml
@@ -25,7 +25,7 @@ jobs:
25
- run:
26
name: install dependencies
27
command: |
28
- python3 -m venv venv
+ python -m venv venv
29
. venv/bin/activate
30
pip install -r requirements.txt
31
0 commit comments