Skip to content

Commit a141de5

Browse files
committed
fix(ci): remove invalid poetry 2 commands
Signed-off-by: Fatih Acar <[email protected]>
1 parent 633546a commit a141de5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/update-compose-file-and-chart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: "Setup environment"
4343
run: |
4444
pipx install poetry==${{ needs.prepare-environment.outputs.POETRY_VERSION }}
45-
poetry config virtualenvs.prefer-active-python true
45+
poetry config virtualenvs.create true --local
4646
- name: "Install Package"
4747
run: "poetry install --all-extras"
4848

.github/workflows/version-upgrade.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: "Setup python environment"
5757
run: |
5858
pipx install poetry==${{ env.POETRY_VERSION }}
59-
poetry config virtualenvs.prefer-active-python true
59+
poetry config virtualenvs.create true --local
6060
pip install invoke toml
6161
- name: "Install Package"
6262
run: "poetry install"

0 commit comments

Comments
 (0)