Skip to content

Commit

Permalink
fix pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
JSabadin committed Jan 9, 2025
1 parent 182e427 commit ec333fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
ROBOFLOW_API_KEY: ${{ secrets.ROBOFLOW_API_KEY }}
LUXONISML_BUCKET: luxonis-test-bucket
run:
pytest --cov --junitxml=junit.xml -o junit_family=legacy luxonis_ml/tests --ignore=tests/test_data/test_dataset.py
pytest --cov --junitxml=junit.xml -o junit_family=legacy --ignore=tests/test_data/test_dataset.py

- name: Upload test results to Codecov
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.8'
Expand Down

0 comments on commit ec333fc

Please sign in to comment.