Skip to content

Commit 7ac6c2d

Browse files
authored
Disabling mac arm64 tests (#3057)
* 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
1 parent 1a99de4 commit 7ac6c2d

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.github/workflows/ci_cpu.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
fail-fast: false
2323
matrix:
24-
os: [ubuntu-20.04, macOS-latest, macos-14]
24+
os: [ubuntu-20.04, macOS-latest]
2525
steps:
2626
- name: Setup Python for M1
2727
if: matrix.os == 'macos-14'

.github/workflows/regression_tests_cpu.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
os: [ubuntu-20.04, macOS-latest, macos-14]
23+
os: [ubuntu-20.04, macOS-latest]
2424
steps:
2525
- name: Setup Python for M1
2626
if: matrix.os == 'macos-14'

.github/workflows/regression_tests_cpu_binaries.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
os: [ubuntu-20.04, macOS-latest, macos-14]
19+
os: [ubuntu-20.04, macOS-latest]
2020
python-version: ["3.8", "3.9", "3.10"]
2121
binaries: ["pypi", "conda"]
2222
exclude:
@@ -55,8 +55,8 @@ jobs:
5555
if: matrix.os == 'macos-14'
5656
shell: bash -el {0}
5757
run: |
58-
conda info
59-
python ts_scripts/install_dependencies.py --environment=dev
58+
conda info
59+
python ts_scripts/install_dependencies.py --environment=dev
6060
python test/regression_tests.py --binaries --${{ matrix.binaries }} --nightly
6161
- name: Install dependencies
6262
if: matrix.os != 'macos-14'
@@ -66,4 +66,3 @@ jobs:
6666
if: matrix.os != 'macos-14'
6767
run: |
6868
python test/regression_tests.py --binaries --${{ matrix.binaries }} --nightly
69-

0 commit comments

Comments
 (0)