Skip to content

Commit

Permalink
🐛 try it manually
Browse files Browse the repository at this point in the history
  • Loading branch information
enryH committed Oct 28, 2024
1 parent 2b45b85 commit 52dda49
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions .github/workflows/test_pkg_on_colab.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,22 @@ jobs:
run:
shell: bash
steps:
- uses: actions/checkout@v4
with:
fetch-tags: true
fetch-depth: 0
path: /pimms
# - uses: actions/checkout@v4
# with:
# fetch-tags: true
# fetch-depth: 0
# path: /pimms
- name: Check out the repository
run: |
git clone https://github.com/RasmussenLab/pimms.git
cd pimms
echo $GITHUB_REF
git checkout $GITHUB_REF
git merge main
- name: Install pimms-learn (from branch) and papermill
if: github.event_name == 'pull_request'
run: |
cd pimms
echo PWD: $(pwd)
python -m build .
pip install dist/pimms_learn-*.whl
Expand Down

0 comments on commit 52dda49

Please sign in to comment.