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