Skip to content

Commit

Permalink
fix circle ci
Browse files Browse the repository at this point in the history
  • Loading branch information
BDonnot committed Jul 25, 2024
1 parent 8122e7a commit 0a2efa7
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 @@ -70,7 +70,7 @@ jobs:
name: Get python version
command:
python3 --version
- run: python3 -m virtualenv venv_test
- run: python3 -m venv venv_test
- run:
name: "Set up virtual environment"
command: |
Expand Down

0 comments on commit 0a2efa7

Please sign in to comment.