Skip to content

Commit

Permalink
πŸ’š ci: only use coverage from linux
Browse files Browse the repository at this point in the history
  • Loading branch information
ljnsn committed Mar 6, 2024
1 parent 65bff34 commit de04b8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
- name: Test
run: python -m pdm run test
- name: Archive code coverage results
if: ${{ matrix.platform }} == 'ubuntu-latest'
uses: actions/upload-artifact@v3
with:
name: coverage-${{ matrix.package }}-${{ matrix.python-version }}
Expand Down

0 comments on commit de04b8b

Please sign in to comment.