Skip to content

Commit b9c9860

Browse files
committed
fixing actions
1 parent 3cbca15 commit b9c9860

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/jdi-python.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Run unit tests
3535
run: |
3636
pytest -v --cov=. --cov-config=.coveragerc --cov-report=html -m unit
37-
shell: cmd
37+
shell: bash
3838
- name: Run tests excluding unit tests
3939
run: |
4040
pytest -v -m "not unit"

0 commit comments

Comments
 (0)