Skip to content

Commit 79e394b

Browse files
authored
Update release.yml
1 parent cae4345 commit 79e394b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ jobs:
2424
poetry-version: ${{ matrix.poetry-version }}
2525
- name: Install the plugin for dynamic versioning
2626
run: poetry self add "poetry-dynamic-versioning[plugin]"
27+
- name: Install dependencies
28+
run: poetry install
2729
- name: Build project
2830
run: poetry build
2931
- name: Tests
30-
run: poetry run pytest
32+
run: poetry run pytest

0 commit comments

Comments
 (0)