Skip to content

Commit 43eee4f

Browse files
committed
ci: fix
1 parent 81b6fac commit 43eee4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ jobs:
2727
path: ./.venv
2828
key: venv-${{ hashFiles('poetry.lock') }}
2929
- name: Install the project dependencies
30-
run: poetry install
30+
run: poetry install --with dev --no-interaction --no-root
3131
- name: Run the automated tests (for example)
3232
run: PYTHONPATH=. poetry run pytest .

0 commit comments

Comments
 (0)