Skip to content

Commit 0c1fd2e

Browse files
authored
Update config.yml
1 parent 8a548b4 commit 0c1fd2e

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
@@ -26,7 +26,7 @@ jobs:
2626
- run:
2727
name: install dependencies
2828
command: |
29-
python3 -m venv venv
29+
python -m venv venv
3030
. venv/bin/activate
3131
pip install -r requirements.txt
3232

0 commit comments

Comments
 (0)