Skip to content

Commit

Permalink
COMP: python instead of python3
Browse files Browse the repository at this point in the history
  • Loading branch information
cookpa committed Apr 20, 2022
1 parent ba0e356 commit 20f0699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
no_output_timeout: 600m
command: |
echo $PATH
python3 -m venv venv
python -m venv venv
. venv/bin/activate
source $BASH_ENV
pip install -r requirements.txt
Expand Down

0 comments on commit 20f0699

Please sign in to comment.