Skip to content

Commit

Permalink
Disabling mac arm64 tests (#3057)
Browse files Browse the repository at this point in the history
* Disabling mac arm64 tests

* checking xz version

* checking xz version

* checking xz version

* disabling mac arm runners

* disabling mac arm runners

* disabling mac arm runners

* disabling mac arm runners

* disabling mac arm runners

* disabling mac arm runners
  • Loading branch information
agunapal committed Mar 29, 2024
1 parent 1a99de4 commit 7ac6c2d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_cpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, macOS-latest, macos-14]
os: [ubuntu-20.04, macOS-latest]
steps:
- name: Setup Python for M1
if: matrix.os == 'macos-14'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/regression_tests_cpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, macOS-latest, macos-14]
os: [ubuntu-20.04, macOS-latest]
steps:
- name: Setup Python for M1
if: matrix.os == 'macos-14'
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/regression_tests_cpu_binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, macOS-latest, macos-14]
os: [ubuntu-20.04, macOS-latest]
python-version: ["3.8", "3.9", "3.10"]
binaries: ["pypi", "conda"]
exclude:
Expand Down Expand Up @@ -55,8 +55,8 @@ jobs:
if: matrix.os == 'macos-14'
shell: bash -el {0}
run: |
conda info
python ts_scripts/install_dependencies.py --environment=dev
conda info
python ts_scripts/install_dependencies.py --environment=dev
python test/regression_tests.py --binaries --${{ matrix.binaries }} --nightly
- name: Install dependencies
if: matrix.os != 'macos-14'
Expand All @@ -66,4 +66,3 @@ jobs:
if: matrix.os != 'macos-14'
run: |
python test/regression_tests.py --binaries --${{ matrix.binaries }} --nightly

0 comments on commit 7ac6c2d

Please sign in to comment.