Skip to content

Commit 7cae5e5

Browse files
committed
add browser tools install
1 parent 16acc81 commit 7cae5e5

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

.circleci/config.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ jobs:
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
@@ -60,6 +64,10 @@ jobs:
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
@@ -68,10 +76,9 @@ jobs:
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

0 commit comments

Comments
 (0)