Skip to content

Commit 6d04a79

Browse files
committed
add semantic-version dependency to package workflow
1 parent 29b2c20 commit 6d04a79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
- uses: Gr1N/setup-poetry@v7
118118

119119
- run: pip install poetry-dynamic-versioning
120-
- run: pip install GitPython
120+
- run: pip install GitPython semantic-version
121121

122122
- run: poetry install
123123

0 commit comments

Comments
 (0)