Skip to content

Commit

Permalink
CI: python3 -> python
Browse files Browse the repository at this point in the history
  • Loading branch information
rtxm committed Dec 13, 2024
1 parent 21a9c5a commit d56a1aa
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 @@ -37,7 +37,7 @@ jobs:
- run:
name: install requirements
command: |
python3 -m venv venv
python -m venv venv
. venv/bin/activate
pip install tox
pip install -e .[examples]
Expand Down

0 comments on commit d56a1aa

Please sign in to comment.