Skip to content
This repository was archived by the owner on Apr 26, 2025. It is now read-only.

Commit 44be18f

Browse files
Update CI.yml
1 parent 86a4d8e commit 44be18f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
virtualenvs-in-project: true
7575
- name: Install python dependencies
7676
run: |
77-
poetry install --sync --no-interaction --no-root --with test
77+
poetry install --sync --no-interaction --no-root
7878
poetry config pypi-token.pypi ${{ secrets.PYPI_TOKEN }}
7979
- name: Publish
8080
run: |

0 commit comments

Comments
 (0)