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 cae4345 commit 79e394bCopy full SHA for 79e394b
.github/workflows/release.yml
@@ -24,7 +24,9 @@ jobs:
24
poetry-version: ${{ matrix.poetry-version }}
25
- name: Install the plugin for dynamic versioning
26
run: poetry self add "poetry-dynamic-versioning[plugin]"
27
+ - name: Install dependencies
28
+ run: poetry install
29
- name: Build project
30
run: poetry build
31
- name: Tests
- run: poetry run pytest
32
+ run: poetry run pytest
0 commit comments