Skip to content

Commit

Permalink
CI/CD fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
tristiisch committed Mar 25, 2024
1 parent 7237ac0 commit 530f342
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,12 @@ jobs:
python -m pip install --upgrade pip
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
pip install pytest-cov
pip install -e .
- name: Install project for tests
run: |
pip install pytest-cov
pip install -e .
- name: Units tests
env:
Expand Down

0 comments on commit 530f342

Please sign in to comment.