Skip to content

Commit

Permalink
🐛 move installation further to notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
enryh committed Dec 23, 2024
1 parent 218eee5 commit ff643ff
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/colab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ jobs:
- uses: actions/checkout@v4
- name: Test tutorials
run: |
python3 -m pip install papermill ipykernel njab
python3 -m pip install papermill ipykernel
cd docs/tutorial
papermill explorative_analysis.ipynb --help-notebook
papermill log_reg.ipynb --help-notebook
papermill explorative_analysis.ipynb explorative_analysis_tested.ipynb
papermill log_reg.ipynb log_reg_tested.ipynb
papermill explorative_analysis.ipynb explorative_analysis_tested.ipynb

0 comments on commit ff643ff

Please sign in to comment.