Skip to content

Commit

Permalink
Fix CI deploy job (use venv on py312) (#549)
Browse files Browse the repository at this point in the history
  • Loading branch information
randomir authored Dec 2, 2024
1 parent 1ad072b commit 36af264
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 @@ -197,7 +197,7 @@ jobs:
- run:
name: create virtual env and install dependencies
command: |
python -m virtualenv env
python -m venv env
. env/bin/activate
pip install -r requirements.txt
pip install twine wheel setuptools
Expand Down

0 comments on commit 36af264

Please sign in to comment.