Skip to content

Commit

Permalink
add install package
Browse files Browse the repository at this point in the history
  • Loading branch information
Terézia Slanináková committed Oct 1, 2024
1 parent c08226d commit ecb2faa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ jobs:
python -m pip install --upgrade pip
pip install -r training/requirements.txt
pip install pytest pytest-cov
cd training && pip install -e .
- name: Run tests with pytest and generate coverage
run: |
cd training
pytest --cov=. --cov-report=xml --cov-report=term-missing
- name: Upload coverage report
Expand Down

0 comments on commit ecb2faa

Please sign in to comment.