Skip to content

Commit 32aba27

Browse files
committed
ci: remove Poetry cache on copier job
1 parent 4d96429 commit 32aba27

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,11 @@ jobs:
6868
name: "Generated: ${{ matrix.script.name }} ${{ matrix.extra_options.label }}"
6969
steps:
7070
- uses: actions/checkout@v4
71-
- run: pipx install poetry
7271
- uses: actions/setup-python@v5
7372
with:
7473
python-version: "3.11"
75-
- run: poetry install
7674
- run: |
77-
poetry run copier copy \
75+
pipx run copier copy \
7876
. \
7977
my-project \
8078
--UNSAFE \
@@ -90,6 +88,7 @@ jobs:
9088
- run: cat pyproject.toml
9189
working-directory: my-project
9290
shell: bash
91+
- run: pipx install poetry
9392
- run: poetry install --with docs
9493
working-directory: my-project
9594
shell: bash

0 commit comments

Comments
 (0)