Skip to content

Commit 394a6be

Browse files
authored
Fix publish pipeline (#191)
1 parent 42c9d17 commit 394a6be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
curl -sSL https://install.python-poetry.org | python3 -
2323
2424
- name: Install dependencies
25-
run: poetry install --no-dev
25+
run: poetry install
2626

2727
- name: Build package
2828
run: poetry build

0 commit comments

Comments
 (0)