Skip to content

Commit e3b5bf3

Browse files
authored
Update config.yml
1 parent 9130429 commit e3b5bf3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.circleci/config.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,11 @@ jobs:
2525
- run:
2626
name: install dependencies
2727
command: |
28-
python -m venv venv
28+
mkdir -p ./venv
29+
virtualenv ./venv
2930
. venv/bin/activate
3031
pip install -r requirements.txt
31-
32+
3233
- save_cache:
3334
paths:
3435
- ./venv

0 commit comments

Comments
 (0)