Skip to content

Commit e9c708d

Browse files
committed
Removes unnecessary shell specification
1 parent a0afb1e commit e9c708d

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,5 @@ jobs:
2626
python-version: ${{ matrix.python-version }}
2727
- name: Install testing environment and kegg_pull package
2828
run: bash dev/install.sh
29-
shell: bash
3029
- name: Test with pytest
3130
run: bash dev/test.sh
32-
shell: bash

0 commit comments

Comments
 (0)