Skip to content

Commit ec15e10

Browse files
fix release job in github ci action
1 parent 1962b50 commit ec15e10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
run: pip install poetry
5959

6060
- name: Install dependencies
61-
run: poetry install --no-dev
61+
run: poetry install --without test,dev
6262

6363
- name: Clean dist folder
6464
run: rm -rf dist/

0 commit comments

Comments
 (0)