We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81b6fac commit 43eee4fCopy full SHA for 43eee4f
.github/workflows/main.yml
@@ -27,6 +27,6 @@ jobs:
27
path: ./.venv
28
key: venv-${{ hashFiles('poetry.lock') }}
29
- name: Install the project dependencies
30
- run: poetry install
+ run: poetry install --with dev --no-interaction --no-root
31
- name: Run the automated tests (for example)
32
run: PYTHONPATH=. poetry run pytest .
0 commit comments