Skip to content

Commit

Permalink
Update run_unittests.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
magyta93 authored Jul 18, 2023
1 parent f1431d9 commit 1c0c694
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_unittests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ jobs:
poetry install
source $(poetry env info --path)/bin/activate
pip install pytest
pip install pytest-cov
python -m pytest tests
pip install pytest-cov
- name: execute tests
run: |
Expand All @@ -24,5 +23,6 @@ jobs:
- name: coverage
run: |
source $(poetry env info --path)/bin/activate
python -m pytest --cov=dem tests/

0 comments on commit 1c0c694

Please sign in to comment.