Skip to content

Commit

Permalink
ci: make sure gha uses bash
Browse files Browse the repository at this point in the history
  • Loading branch information
kelly-sovacool committed Oct 16, 2023
1 parent e6940b0 commit 0189cb2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ jobs:
with:
directory: '.test'
- name: dryrun
shell: bash {0}
run: |
bash ./install.sh carlisle-dev
./install.sh carlisle-dev
echo $PATH
cd .test
mkdir annotation
Expand Down

0 comments on commit 0189cb2

Please sign in to comment.