Skip to content

Commit 1489e7a

Browse files
authored
Update config.yml
1 parent a779efd commit 1489e7a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.circleci/config.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ jobs:
2525
- run:
2626
name: install dependencies
2727
command: |
28-
mkdir -p ./venv
29-
virtualenv ./venv
28+
virtualenv venv
3029
. venv/bin/activate
3130
pip install -r requirements.txt
3231

0 commit comments

Comments
 (0)