From 9338479e91b1958bcb918695a5796a7aadf53e53 Mon Sep 17 00:00:00 2001 From: Zewen Kelvin Tuong Date: Mon, 29 Apr 2024 10:14:29 +1000 Subject: [PATCH] need to think of alternative way to test mac --- .github/workflows/tests.yml | 8 +++++--- .github/workflows/tests_weekly.yml | 7 ++++--- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6f50d829b..136f024bc 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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 diff --git a/.github/workflows/tests_weekly.yml b/.github/workflows/tests_weekly.yml index bff582cc8..e9d837d2f 100644 --- a/.github/workflows/tests_weekly.yml +++ b/.github/workflows/tests_weekly.yml @@ -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