Skip to content

Commit 1604b79

Browse files
Constrain pyproject version for macos
1 parent e07eb1b commit 1604b79

File tree

3 files changed

+1181
-1063
lines changed

3 files changed

+1181
-1063
lines changed

.github/workflows/tests.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -109,29 +109,29 @@ jobs:
109109
fail-fast: false
110110
matrix:
111111
os:
112-
- ubuntu-22.04
112+
# - ubuntu-22.04
113+
- macos-13
113114
python-version:
114-
- "3.9"
115+
# - "3.9"
115116
- "3.10"
116117
tox-environment:
117-
- sklearn
118-
- xgboost
119-
- lightgbm
120-
- mlflow
118+
# - sklearn
119+
# - xgboost
120+
# - lightgbm
121+
# - mlflow
121122
- huggingface
122-
- alibi-explain
123-
- alibi-detect
124-
- catboost
123+
# - alibi-explain
124+
# - alibi-detect
125+
# - catboost
125126
is-pr:
126127
- ${{ github.event_name == 'pull_request' }}
128+
# exclude:
129+
# # MacOS tests take a lot of time, so we will run them only on merge
130+
# # From https://github.com/orgs/community/discussions/26253
131+
# - is-pr: true
132+
# os: macos-13
127133
runs-on: ${{ matrix.os }}
128134
steps:
129-
- name: Setup QEMU
130-
if: matrix.tox-environment == 'huggingface'
131-
uses: docker/setup-qemu-action@v3
132-
with:
133-
image: tonistiigi/binfmt:latest
134-
platforms: arm64
135135
- uses: actions/checkout@v4
136136
- name: Install OpenMP (in MacOS)
137137
if: runner.os == 'macOS'

0 commit comments

Comments
 (0)