Skip to content

Commit

Permalink
adding back other os but only building coverage with ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
kbonney committed Sep 26, 2024
1 parent 5da6315 commit dfc4126
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
python-version: ['3.9', '3.10', '3.11', '3.12']
os: [ubuntu-latest]
os: [windows-latest, macOS-13, ubuntu-latest]
fail-fast: false
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
strategy:
matrix:
python-version: ['3.9', '3.10', '3.11', '3.12']
os: [ubuntu-latest]
os: [windows-latest, macOS-13, ubuntu-latest]
fail-fast: false
steps:
- name: Set up Python
Expand All @@ -73,7 +73,7 @@ jobs:
strategy:
matrix:
python-version: ['3.9', '3.10', '3.11', '3.12']
os: [ubuntu-latest]
os: [windows-latest, macOS-13, ubuntu-latest]
fail-fast: false
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
- name: Download coverage artifacts from test matrix
uses: actions/download-artifact@v4
with:
pattern: .coverage.*
pattern: .coverage.*.ubuntu-latest # coverage from other OS cause problems
- name: Setup coverage and combine reports
run: coverage combine .coverage.*
- name: Create coverage report
Expand Down

0 comments on commit dfc4126

Please sign in to comment.