Skip to content

Commit

Permalink
only run codecov on ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
grantbuster authored Feb 8, 2022
1 parent 6953bd6 commit 5718e3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
max-parallel: 3
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest]
env:
OS: ${{ matrix.os }}
PYTHON: '3.7'
Expand Down Expand Up @@ -38,4 +38,4 @@ jobs:
env_vars: OS,PYTHON
name: codecov-umbrella
fail_ci_if_error: false
verbose: true
verbose: true

0 comments on commit 5718e3d

Please sign in to comment.