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 5d7dc95 commit 436ec5fCopy full SHA for 436ec5f
1 file changed
.github/workflows/pytest-poetry.yml
@@ -78,8 +78,9 @@ jobs:
78
path: .venv
79
key: pydeps-${{ hashFiles('**/poetry.lock') }}
80
81
- - name: 🎭 Install Poetry dynamic-versioning 🔌 plugin
82
- run: poetry self add "poetry-dynamic-versioning[plugin]"
+ ### No poetry-dynamic-versioning here, we're using the POM instead!
+ # - name: 🎭 Install Poetry dynamic-versioning 🔌 plugin
83
+ # run: poetry self add "poetry-dynamic-versioning[plugin]"
84
85
# Install dependencies. `--no-root` means "install all dependencies but
86
# not the project itself", which is what you want to avoid caching _your_
0 commit comments