File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ jobs:
178178
179179 - name : " Setup Python environment"
180180 run : |
181- pipx install poetry==${{ needs.prepare-environment.outputs.POETRY_VERSION }}
181+ pipx install -f poetry==${{ needs.prepare-environment.outputs.POETRY_VERSION }}
182182 poetry config virtualenvs.create true --local
183183 poetry env use 3.12
184184
@@ -524,7 +524,7 @@ jobs:
524524 python-version : 3.12
525525 - name : " Setup environment"
526526 run : |
527- pipx install poetry==${{ needs.prepare-environment.outputs.POETRY_VERSION }}
527+ pipx install -f poetry==${{ needs.prepare-environment.outputs.POETRY_VERSION }}
528528 poetry config virtualenvs.create true --local
529529 poetry env use 3.12
530530 pip install invoke toml
@@ -641,7 +641,7 @@ jobs:
641641 python-version : " 3.12"
642642 - name : " Setup Python environment"
643643 run : |
644- pipx install poetry==${{ needs.prepare-environment.outputs.POETRY_VERSION }}
644+ pipx install -f poetry==${{ needs.prepare-environment.outputs.POETRY_VERSION }}
645645 poetry config virtualenvs.create true --local
646646 poetry env use 3.12
647647 - name : " Install dependencies"
Original file line number Diff line number Diff line change 2525 python-version : " 3.12"
2626 - name : " Setup environment"
2727 run : |
28- pipx install poetry==${{ needs.prepare-environment.outputs.POETRY_VERSION }}
28+ pipx install -f poetry==${{ needs.prepare-environment.outputs.POETRY_VERSION }}
2929 - name : " Validate pyproject.toml and consistency with poetry.lock"
3030 run : |
3131 poetry check
Original file line number Diff line number Diff line change 4141 python-version : 3.12
4242 - name : " Setup environment"
4343 run : |
44- pipx install poetry==${{ needs.prepare-environment.outputs.POETRY_VERSION }}
44+ pipx install -f poetry==${{ needs.prepare-environment.outputs.POETRY_VERSION }}
4545 poetry config virtualenvs.create true --local
4646 - name : " Install Package"
4747 run : " poetry install --all-extras"
Original file line number Diff line number Diff line change 5555 python-version : 3.12
5656 - name : " Setup python environment"
5757 run : |
58- pipx install poetry==${{ env.POETRY_VERSION }}
58+ pipx install -f poetry==${{ env.POETRY_VERSION }}
5959 poetry config virtualenvs.create true --local
6060 pip install invoke toml
6161 - name : " Install Package"
You can’t perform that action at this time.
0 commit comments