We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17a0171 commit 2b9c94cCopy full SHA for 2b9c94c
.github/workflows/tests.yml
@@ -81,6 +81,7 @@ jobs:
81
python setup.py build_ext --inplace
82
rm -rf .eggs
83
python setup.py sdist --formats=gztar
84
+ shell: bash
85
86
- name: Run mypy
87
run: python -m mypy thinc --no-implicit-reexport
0 commit comments