Skip to content

Commit

Permalink
Reverted workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertSamoilescu committed Jun 14, 2024
1 parent 56d46f2 commit ebf85b4
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,20 +60,20 @@ jobs:
fail-fast: false
matrix:
os:
# - ubuntu-22.04
- ubuntu-22.04
- macos-13
# NOTE: There's no pre-built `grpcio` wheel for Python 3.11 yet
# https://github.com/grpc/grpc/issues/32454
python-version:
# - "3.9"
- "3.9"
- "3.10"
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
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:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -109,27 +109,27 @@ 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
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:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -164,10 +164,10 @@ jobs:
fail-fast: false
matrix:
os:
# - ubuntu-22.04
- ubuntu-22.04
- macos-13
python-version:
# - "3.9"
- "3.9"
- "3.10"
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit ebf85b4

Please sign in to comment.