From 2dfaff67b1664f25c8e33973d7a746b8692808e0 Mon Sep 17 00:00:00 2001 From: Robert Date: Mon, 9 Sep 2024 15:58:28 +0100 Subject: [PATCH] Reverted workflow --- .github/workflows/tests.yml | 42 ++++++++++++++++++------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 769e1f85f..00a500974 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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 @@ -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