From eb4a9eafe0cfbd45415a3a6dbc6edc35d0fd327b Mon Sep 17 00:00:00 2001 From: jessicaw9910 Date: Tue, 16 Apr 2024 16:46:20 -0400 Subject: [PATCH] commenting out poetry config virtualenvs.create false --- .github/workflows/CI.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml index d98ae1c..f8aa21e 100644 --- a/.github/workflows/CI.yaml +++ b/.github/workflows/CI.yaml @@ -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