Skip to content

Commit adecc73

Browse files
committed
pipeline fix
1 parent eda144d commit adecc73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
python3 -m pip install poetry --user
2222
- name: Install dependencies and build the project
2323
run: |
24-
poetry install --no-dev
24+
poetry install
2525
poetry build
2626
- name: Store the distribution packages
2727
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)