From eb3e87f220a8f1c6c9c1494ef13c96fac28fc4b0 Mon Sep 17 00:00:00 2001 From: Henry Webel Date: Mon, 21 Oct 2024 14:43:17 +0200 Subject: [PATCH] :bug: actually test latest version of pimms, remove comments --- .github/workflows/test_pkg_on_colab.yaml | 6 +++--- pyproject.toml | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test_pkg_on_colab.yaml b/.github/workflows/test_pkg_on_colab.yaml index b6260e34f..21b47e152 100644 --- a/.github/workflows/test_pkg_on_colab.yaml +++ b/.github/workflows/test_pkg_on_colab.yaml @@ -3,8 +3,8 @@ name: Test that tutorial runs on latest colab image on: # push: # branches: [main] - # pull_request: - # branches: [main] + pull_request: + branches: [main] schedule: - cron: '0 2 3 * *' @@ -20,7 +20,7 @@ jobs: - name: Install pimms-learn (from branch) and papermill if: github.event_name == 'pull_request' run: | - python3 -m pip install pimms-learn papermill + python3 -m pip install . papermill - name: Install pimms-learn (from PyPI) and papermill if: github.event_name == 'schedule' run: | diff --git a/pyproject.toml b/pyproject.toml index eed803d9a..73bcb27f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,6 @@ dependencies = [ "torch", "fastai", "scikit-learn>=1.0", - # "scipy>=1.5,<1.14", "seaborn", "matplotlib", "plotly", # not used in library, but workflow