Skip to content

Commit 6ec4e25

Browse files
authored
Merge pull request #229 from opsmill/pog-integration-ci-dev
Switch to poetry config virtualenvs.prefer-active-python true
2 parents b7ff042 + 8ec31e6 commit 6ec4e25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
- name: "Setup environment"
143143
run: |
144144
pipx install poetry==1.8.5
145-
poetry config virtualenvs.prefer-active-python true
145+
poetry config virtualenvs.create true --local
146146
pip install invoke toml codecov
147147
- name: "Install Package"
148148
run: "poetry install --all-extras"
@@ -193,7 +193,7 @@ jobs:
193193
- name: "Setup environment"
194194
run: |
195195
pipx install poetry==1.8.5
196-
poetry config virtualenvs.prefer-active-python true
196+
poetry config virtualenvs.create true --local
197197
pip install invoke toml codecov
198198
- name: "Install Package"
199199
run: "poetry install --all-extras"

0 commit comments

Comments
 (0)