Skip to content

Commit 7306d8b

Browse files
committed
updating unit-test.yml
1 parent a9e9fb6 commit 7306d8b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: .github/workflows/unit-tests.yml

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
pip3 install poetry
2121
poetry lock --no-update
2222
poetry install --with test
23+
pip install executing
2324
- name: Test with pytest and check coverage
2425
run: |
2526
coverage run -m --source=src pytest -v tests/unit_test.py

0 commit comments

Comments
 (0)