We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 633546a commit a141de5Copy full SHA for a141de5
.github/workflows/update-compose-file-and-chart.yml
@@ -42,7 +42,7 @@ jobs:
42
- name: "Setup environment"
43
run: |
44
pipx install poetry==${{ needs.prepare-environment.outputs.POETRY_VERSION }}
45
- poetry config virtualenvs.prefer-active-python true
+ poetry config virtualenvs.create true --local
46
- name: "Install Package"
47
run: "poetry install --all-extras"
48
.github/workflows/version-upgrade.yml
@@ -56,7 +56,7 @@ jobs:
56
- name: "Setup python environment"
57
58
pipx install poetry==${{ env.POETRY_VERSION }}
59
60
pip install invoke toml
61
62
run: "poetry install"
0 commit comments