Skip to content

Commit 436ec5f

Browse files
committed
No need for the poetry plugin in this workflow
1 parent 5d7dc95 commit 436ec5f

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/pytest-poetry.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,9 @@ jobs:
7878
path: .venv
7979
key: pydeps-${{ hashFiles('**/poetry.lock') }}
8080

81-
- name: 🎭 Install Poetry dynamic-versioning 🔌 plugin
82-
run: poetry self add "poetry-dynamic-versioning[plugin]"
81+
### No poetry-dynamic-versioning here, we're using the POM instead!
82+
# - name: 🎭 Install Poetry dynamic-versioning 🔌 plugin
83+
# run: poetry self add "poetry-dynamic-versioning[plugin]"
8384

8485
# Install dependencies. `--no-root` means "install all dependencies but
8586
# not the project itself", which is what you want to avoid caching _your_

0 commit comments

Comments
 (0)