Skip to content

Commit

Permalink
🐛 install non PyPI version...
Browse files Browse the repository at this point in the history
  • Loading branch information
enryh committed Dec 23, 2024
1 parent ff643ff commit 0a026cf
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/colab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,17 @@ jobs:
image: europe-docker.pkg.dev/colab-images/public/runtime:latest
steps:
- uses: actions/checkout@v4
- name: Install pimms-learn (from branch) and papermill
if: github.event_name == 'push'
run: |
echo $GITHUB_REF
pip install git+https://github.com/RasmussenLab/pimms.git@$GITHUB_REF
cd docs
echo python3 -c "import pimmslearn; print(pimmslearn.__version__)"
python3 -c "import pimmslearn; print(pimmslearn.__version__)"
- name: Test tutorials
run: |
python3 -m pip install papermill ipykernel
python3 -m pip install papermill ipykernel njab
cd docs/tutorial
papermill explorative_analysis.ipynb --help-notebook
papermill log_reg.ipynb --help-notebook
Expand Down

0 comments on commit 0a026cf

Please sign in to comment.