Skip to content

Commit

Permalink
attempt to fix pytest action
Browse files Browse the repository at this point in the history
  • Loading branch information
sloisel committed Jul 25, 2024
1 parent 3332839 commit 14d388c
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 @@ -21,6 +21,7 @@ jobs:
python-version: '3.x'
- run: python -m pip install --upgrade pip
- run: pip install -r requirements.txt
- run: pip install .
- name: Run tests and collect coverage
run: pytest --cov test/ ${{ env.CODECOV_ATS_TESTS }}
- name: Upload coverage to Codecov
Expand Down

0 comments on commit 14d388c

Please sign in to comment.