Skip to content

Commit

Permalink
commenting out poetry config virtualenvs.create false
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicaw9910 committed Apr 16, 2024
1 parent 21a7fad commit eb4a9ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
# python -m pip install . --no-deps
python -m pip install poetry
python -m venv .venv --copies
poetry config virtualenvs.create false
# poetry config virtualenvs.create false
poetry install
# micromamba list
Expand Down

0 comments on commit eb4a9ea

Please sign in to comment.