File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed
Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 1717 steps :
1818 - checkout
1919
20+ - browser-tools/install-browser-tools :
21+ install-firefox : false
22+ install-geckodriver : false
23+
2024 - run :
2125 name : ✍️ Write job name.
2226 command : echo $CIRCLE_JOB > circlejob.txt
6064 steps :
6165 - checkout
6266
67+ - browser-tools/install-browser-tools :
68+ install-firefox : false
69+ install-geckodriver : false
70+
6371 - run :
6472 name : ✍️ Write job name.
6573 command : echo $CIRCLE_JOB > circlejob.txt
6876 key : deps1-{{ .Branch }}-{{ checksum "circlejob.txt" }}-{{ checksum "tests/requirements.txt" }}-{{ checksum ".circleci/config.yml" }}
6977
7078 - run :
71- name : 🏗️ Create virtualenv
79+ name : 🏗️ Create venv
7280 command : |
73- sudo pip install virtualenv
74- python -m venv venv || virtualenv venv
81+ python -m venv venv
7582
7683 - run :
7784 name : 🏗️ Install requirements
You can’t perform that action at this time.
0 commit comments