Skip to content

Commit

Permalink
Merge pull request pysal#744 from jGaboardi/test_against_multi_mac
Browse files Browse the repository at this point in the history
test against intel & apple silicon
  • Loading branch information
sjsrey authored Jul 8, 2024
2 parents 01c1f80 + 42a1832 commit 3cf51bd
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ jobs:
- ci/312-no-optional.yaml
include:
- environment-file: ci/312.yaml
os: macos-latest
os: macos-13 # Intel
- environment-file: ci/312.yaml
os: macos-14 # Apple Silicon
- environment-file: ci/312.yaml
os: windows-latest
defaults:
Expand Down Expand Up @@ -78,13 +80,3 @@ jobs:
- name: Codecov
uses: codecov/codecov-action@v4

- name: Generate and publish the report
if: |
failure()
&& steps.status.outcome == 'failure'
&& github.event_name == 'schedule'
&& github.repository_owner == 'pysal'
uses: xarray-contrib/issue-from-pytest-log@v1
with:
log-path: pytest-log.jsonl

0 comments on commit 3cf51bd

Please sign in to comment.