Skip to content

Commit

Permalink
python-package.yml compatible with windows and macos
Browse files Browse the repository at this point in the history
  • Loading branch information
jlgarridol committed May 6, 2024
1 parent 483f5b6 commit 18ad0db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ jobs:
- name: Test with pytest
run: |
coverage run -m pytest test
# Only if ubuntu-latest
- name: Coverage
if: ${{ matrix.os }} == 'ubuntu-latest'
run: |
wget https://s3.amazonaws.com/codeclimate/test-reporter/test-reporter-latest-linux-amd64 -O reporter
chmod +x reporter
Expand Down

0 comments on commit 18ad0db

Please sign in to comment.