Skip to content

Commit

Permalink
🐛 remove bash shell flags
Browse files Browse the repository at this point in the history
  • Loading branch information
enryH committed Oct 26, 2024
1 parent c21075b commit af26a48
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test_pkg_on_colab.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
image: europe-docker.pkg.dev/colab-images/public/runtime:latest
defaults:
run:
shell: bash -el {0}
shell: bash
steps:
- uses: actions/checkout@v4
- name: Install pimms-learn (from branch) and papermill
Expand All @@ -26,6 +26,9 @@ jobs:
pip install --user .
pip install papermill
which papermill
which python
which pip
echo PWD: $(pwd)
cd project
echo python3 -c "import pimmslearn; print(pimmslearn.__version__)"
python3 -c "import pimmslearn; print(pimmslearn.__version__)"
Expand Down

0 comments on commit af26a48

Please sign in to comment.