We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9e9fb6 commit 7306d8bCopy full SHA for 7306d8b
.github/workflows/unit-tests.yml
@@ -20,6 +20,7 @@ jobs:
20
pip3 install poetry
21
poetry lock --no-update
22
poetry install --with test
23
+ pip install executing
24
- name: Test with pytest and check coverage
25
run: |
26
coverage run -m --source=src pytest -v tests/unit_test.py
0 commit comments