Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
avalentino committed Nov 19, 2023
1 parent 6b485e8 commit aba6987
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,6 @@ jobs:
if [ -f requirements-test.txt ]; then pip install -r requirements-test.txt; fi
- name: Test
shell: bash
run: |
python -m pytest --cov=${PACKAGE} --cov-report=html --cov-report=term --pyargs ${PACKAGE}

0 comments on commit aba6987

Please sign in to comment.