Skip to content

Commit

Permalink
Test macos-13 again
Browse files Browse the repository at this point in the history
  • Loading branch information
jalew188 committed Aug 5, 2024
1 parent 39f0bdb commit 0154483
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pip_installation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@ jobs:
name: Test stable pip installation on ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest, macos-13, 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:
Expand All @@ -34,7 +33,7 @@ jobs:
# runs-on: ${{ matrix.os }} # See https://github.com/orgs/community/discussions/62320
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest, macos-13, windows-latest]
# os: [ubuntu-latest, macos-13, macos-latest, windows-latest, macos-latest-xlarge]
uses: ./.github/workflows/_run_tests.yml
with:
Expand Down

0 comments on commit 0154483

Please sign in to comment.