Skip to content

Commit

Permalink
Constrain pyproject version for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertSamoilescu committed Jun 14, 2024
1 parent e07eb1b commit 1604b79
Show file tree
Hide file tree
Showing 3 changed files with 1,181 additions and 1,063 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,29 +109,29 @@ jobs:
fail-fast: false
matrix:
os:
- ubuntu-22.04
# - ubuntu-22.04
- macos-13
python-version:
- "3.9"
# - "3.9"
- "3.10"
tox-environment:
- sklearn
- xgboost
- lightgbm
- mlflow
# - sklearn
# - xgboost
# - lightgbm
# - mlflow
- huggingface
- alibi-explain
- alibi-detect
- catboost
# - alibi-explain
# - alibi-detect
# - catboost
is-pr:
- ${{ github.event_name == 'pull_request' }}
# exclude:
# # MacOS tests take a lot of time, so we will run them only on merge
# # From https://github.com/orgs/community/discussions/26253
# - is-pr: true
# os: macos-13
runs-on: ${{ matrix.os }}
steps:
- name: Setup QEMU
if: matrix.tox-environment == 'huggingface'
uses: docker/setup-qemu-action@v3
with:
image: tonistiigi/binfmt:latest
platforms: arm64
- uses: actions/checkout@v4
- name: Install OpenMP (in MacOS)
if: runner.os == 'macOS'
Expand Down
Loading

0 comments on commit 1604b79

Please sign in to comment.