Skip to content

Commit a50821a

Browse files
committed
Set local config for poetry to use venv
1 parent aff9801 commit a50821a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,8 +252,8 @@ jobs:
252252
git config --global credential.helper /usr/local/bin/infrahub-git-credential"
253253
- name: "Setup Python environment"
254254
run: |
255+
poetry config virtualenvs.create true --local
255256
poetry env use 3.12
256-
pip install toml invoke
257257
- name: "Install dependencies"
258258
run: "poetry install --no-interaction --no-ansi"
259259
- name: "Unit Tests"

0 commit comments

Comments
 (0)