Skip to content

Commit 2b9c94c

Browse files
committed
Fix test action on windows
1 parent 17a0171 commit 2b9c94c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

+1
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ jobs:
8181
python setup.py build_ext --inplace
8282
rm -rf .eggs
8383
python setup.py sdist --formats=gztar
84+
shell: bash
8485

8586
- name: Run mypy
8687
run: python -m mypy thinc --no-implicit-reexport

0 commit comments

Comments
 (0)