Skip to content

Commit da49b41

Browse files
committed
Remove explicit python3 reference
1 parent e9b7d33 commit da49b41

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
@@ -18,7 +18,7 @@ jobs:
1818
- run:
1919
name: Install Dependencies
2020
command: |
21-
python3 -m venv venv
21+
python -m venv venv
2222
. venv/bin/activate
2323
pip install -r requirements.txt
2424
pip install -r requirements-dev.txt

0 commit comments

Comments
 (0)