Skip to content

Commit

Permalink
need to think of alternative way to test mac
Browse files Browse the repository at this point in the history
  • Loading branch information
zktuong committed Apr 29, 2024
1 parent 0ac27a3 commit 9338479
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,12 @@ jobs:
- { python-version: 3.9, os: ubuntu-latest }
- { python-version: "3.10", os: ubuntu-latest }
- { python-version: "3.11", os: ubuntu-latest }
- { python-version: 3.9, os: macos-latest }
- { python-version: "3.10", os: macos-latest }
- { python-version: "3.11", os: macos-latest }
# - { python-version: 3.9, os: macos-latest }
# - { python-version: "3.10", os: macos-latest }
# - { python-version: "3.11", os: macos-latest }
# disabled until it's fixed.
# disabled until it's fixed.
# there is no arm64 packages for igblast/blast/biopython etc
runs-on: ${{ matrix.config.os }}
env:
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/tests_weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,11 @@ jobs:
- { python-version: 3.9, os: ubuntu-latest }
- { python-version: "3.10", os: ubuntu-latest }
- { python-version: "3.11", os: ubuntu-latest }
- { python-version: 3.9, os: macos-latest }
- { python-version: "3.10", os: macos-latest }
- { python-version: "3.11", os: macos-latest }
# - { python-version: 3.9, os: macos-latest }
# - { python-version: "3.10", os: macos-latest }
# - { python-version: "3.11", os: macos-latest }
# disabled until it's fixed.
# there is no arm64 packages for igblast/blast/biopython etc
runs-on: ${{ matrix.config.os }}
env:
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
Expand Down

0 comments on commit 9338479

Please sign in to comment.