Skip to content

Commit

Permalink
Reverted workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertSamoilescu committed Sep 9, 2024
1 parent ed1b085 commit 2dfaff6
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,13 @@ jobs:
python-version:
- "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
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:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -115,21 +115,21 @@ jobs:
- "3.9"
- "3.10"
tox-environment:
# - sklearn
# - xgboost
# - lightgbm
# - mlflow
- sklearn
- xgboost
- lightgbm
- mlflow
- huggingface
# - 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
- 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:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 2dfaff6

Please sign in to comment.