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 0df1a0e commit 60723ddCopy full SHA for 60723dd
.circleci/config.yml
@@ -22,10 +22,9 @@ jobs:
22
key: deps1-{{ .Branch }}-{{ checksum "circlejob.txt" }}-{{ checksum "tests/requirements.txt" }}-{{ checksum ".circleci/config.yml" }}
23
24
- run:
25
- name: 🏗️ Create virtualenv
+ name: 🏗️ Create venv
26
command: |
27
- sudo pip install virtualenv
28
- python -m venv venv || virtualenv venv
+ python -m venv venv
29
30
31
name: 🏗️ Install requirements
0 commit comments