Skip to content

Commit

Permalink
Fix test action on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
honnibal committed Oct 1, 2024
1 parent 17a0171 commit 2b9c94c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ jobs:
python setup.py build_ext --inplace
rm -rf .eggs
python setup.py sdist --formats=gztar
shell: bash

- name: Run mypy
run: python -m mypy thinc --no-implicit-reexport
Expand Down

0 comments on commit 2b9c94c

Please sign in to comment.