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

Commit 4f8617a

Browse files
Update CI.yml
1 parent 6225452 commit 4f8617a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,16 @@ jobs:
3333
uses: actions/setup-python@v4
3434
with:
3535
python-version: ${{ matrix.python-version }}
36+
3637
- name: Install Poetry
3738
uses: snok/install-poetry@v1
3839
with:
3940
virtualenvs-create: true
4041
virtualenvs-in-project: true
42+
4143
- name: Install python dependencies
4244
run: |
43-
poetry install --sync --no-interaction --no-root --with test
45+
poetry install --sync --no-interaction --no-root
4446
4547
- name: Test
4648
run: poetry run pytest .

0 commit comments

Comments
 (0)