Skip to content

Commit

Permalink
remove macos from github CI due to diff errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jalew188 committed Aug 5, 2024
1 parent a03b91e commit f809300
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/pip_installation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ jobs:
name: Test stable pip installation on ${{ matrix.os }}
strategy:
matrix:
# os: [ubuntu-latest, macos-13, windows-latest]
# macOS-latest and macos-latest-xlarge use Arm64, resulting in MPS OOM error in peptdeep, macos-13 is fine
os: [ubuntu-latest, macos-latest, windows-latest, macos-latest-xlarge]
os: [ubuntu-latest, windows-latest]
# macOS-latest and macos-latest-xlarge use Arm64, resulting in MPS OOM error in peptdeep
# macos-13 does not have OOM, but it cannot install latest torch package with "numpy not available" error.
# os: [ubuntu-latest, macos-13, macos-latest, windows-latest, macos-latest-xlarge]
uses: ./.github/workflows/_run_tests.yml
with:
os: ${{ matrix.os }}
Expand All @@ -33,8 +34,8 @@ jobs:
# runs-on: ${{ matrix.os }} # See https://github.com/orgs/community/discussions/62320
strategy:
matrix:
# os: [ubuntu-latest, macos-13, windows-latest]
os: [ubuntu-latest, macos-latest, windows-latest, macos-latest-xlarge]
os: [ubuntu-latest, windows-latest]
# os: [ubuntu-latest, macos-13, macos-latest, windows-latest, macos-latest-xlarge]
uses: ./.github/workflows/_run_tests.yml
with:
os: ${{ matrix.os }}
Expand Down

0 comments on commit f809300

Please sign in to comment.