We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0c426f1 + 1bf721b commit b1f8d25Copy full SHA for b1f8d25
4 files changed
.github/workflows/build.yaml
@@ -8,7 +8,6 @@ on:
8
push:
9
branches: [main]
10
pull_request:
11
- branches: [main]
12
13
jobs:
14
build:
@@ -21,13 +20,13 @@ jobs:
21
20
steps:
22
- uses: actions/checkout@v4
23
24
- - run: pipx install poetry
25
-
26
- uses: actions/setup-python@v5
27
with:
28
python-version: "3.12"
29
30
- - run: pipx inject poetry poetry-dynamic-versioning
+ - run: python -m pip install poetry
+
+ - run: poetry self add poetry-dynamic-versioning
31
32
- run: poetry install
33
0 commit comments