Skip to content

Commit

Permalink
🐛 commit id did not work for install
Browse files Browse the repository at this point in the history
  • Loading branch information
enryh committed Dec 24, 2024
1 parent d145f44 commit 7ceae9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/colab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
if: github.event_name == 'push'
run: |
echo $GITHUB_REF
echo $GITHUB_SHA
echo "Branch or Tag: ${{ github.ref }}"
pip install .
pip install git+https://github.com/RasmussenLab/pimms.git@$GITHUB_SHA
# pip install git+https://github.com/RasmussenLab/pimms.git@$GITHUB_SHA
cd docs
echo python3 -c "import pimmslearn; print(pimmslearn.__version__)"
python3 -c "import pimmslearn; print(pimmslearn.__version__)"
Expand Down

0 comments on commit 7ceae9e

Please sign in to comment.