Skip to content

Commit da9b89f

Browse files
committed
Potential CI fix
Potential fix for 2.7 testing CI
1 parent 6f56faf commit da9b89f

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
@@ -22,7 +22,7 @@ jobs:
2222
- run:
2323
name: install dependencies
2424
command: |
25-
python3 -m venv venv
25+
python -m venv venv
2626
. venv/bin/activate
2727
pip install -r requirements.txt
2828
# Step 3: run linter and tests

0 commit comments

Comments
 (0)