Skip to content

Commit

Permalink
Another attempt to have a Mac job run
Browse files Browse the repository at this point in the history
  • Loading branch information
Monarda committed Sep 12, 2024
1 parent 4113c6a commit 068c2d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-to-test-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
needs:
- lint
runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, mac-latest]
Expand All @@ -44,7 +45,7 @@ jobs:
- name: Upload pytest test results
uses: actions/upload-artifact@v4
with:
name: coverage-results-${{ matrix.python-version }}
name: coverage-results-${{ matrix.os }}-${{ matrix.python-version }}
path: coverage.xml
# Use always() to always run this step to publish test results when there are test failures
if: ${{ always() }}
Expand Down

0 comments on commit 068c2d7

Please sign in to comment.