Skip to content

Commit 75b7c84

Browse files
committed
Enable shell for github workflows.
1 parent f7d518e commit 75b7c84

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/unit.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ jobs:
6464
- name: Install tox
6565
run: python -m pip install tox
6666
- name: Test
67+
shell: bash
6768
run: |
6869
# Remove dots from python version string, i.e. 3.10 -> 310
6970
PY_VERSION=$(echo "${{ matrix.python }}" | sed 's/\.//g')

0 commit comments

Comments
 (0)