We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae1f598 commit e628e3dCopy full SHA for e628e3d
.github/workflows/run_pytest.yml
@@ -18,7 +18,7 @@ jobs:
18
run: |
19
python -m pip install --upgrade pip
20
pip install poetry
21
- poetry install --all-extras
+ poetry install --all-extras --with test
22
- name: Test with pytest
23
run: poetry run pytest
24
0 commit comments