Skip to content

Commit

Permalink
🐛 actually test latest version of pimms, remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
enryH committed Oct 21, 2024
1 parent f604719 commit eb3e87f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_pkg_on_colab.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 * *'

Expand All @@ -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: |
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eb3e87f

Please sign in to comment.