Skip to content

Commit 3bd6bc2

Browse files
authored
Update config.yml
1 parent 33e7734 commit 3bd6bc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- run:
2626
name: install dependencies
2727
command: |
28-
python3 -m venv venv
28+
python -m venv venv
2929
. venv/bin/activate
3030
pip install -r requirements.txt
3131

0 commit comments

Comments
 (0)