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 4d96429 commit 32aba27Copy full SHA for 32aba27
.github/workflows/ci.yml
@@ -68,13 +68,11 @@ jobs:
68
name: "Generated: ${{ matrix.script.name }} ${{ matrix.extra_options.label }}"
69
steps:
70
- uses: actions/checkout@v4
71
- - run: pipx install poetry
72
- uses: actions/setup-python@v5
73
with:
74
python-version: "3.11"
75
- - run: poetry install
76
- run: |
77
- poetry run copier copy \
+ pipx run copier copy \
78
. \
79
my-project \
80
--UNSAFE \
@@ -90,6 +88,7 @@ jobs:
90
88
- run: cat pyproject.toml
91
89
working-directory: my-project
92
shell: bash
+ - run: pipx install poetry
93
- run: poetry install --with docs
94
95
0 commit comments