Skip to content

Commit 0d64a0a

Browse files
committed
missed shell
1 parent 032765d commit 0d64a0a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/actions/gmt-pytest/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ runs:
3333

3434
- name: Install docker for MacOS
3535
if: runner.os == 'macOS'
36+
shell: bash
3637
run: |
3738
brew install docker docker-compose
3839
mkdir -p ~/.docker/cli-plugins
@@ -86,7 +87,7 @@ runs:
8687
8788
- name: Setup upterm session
8889
uses: lhotari/action-upterm@v1
89-
90+
9091
- name: Start Test container
9192
shell: bash
9293
working-directory: ${{ inputs.gmt-directory }}/tests

0 commit comments

Comments
 (0)