Skip to content

Commit

Permalink
Try again to fix directory not empty error
Browse files Browse the repository at this point in the history
  • Loading branch information
honnibal committed Oct 1, 2024
1 parent a146212 commit 17a0171
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ jobs:
run: |
# Remove the '.eggs' directory in case it's not empty
# due to setuptools quirks
rm -rf thinc/.eggs
rm -rf .eggs
python setup.py build_ext --inplace
rm -rf thinc/.eggs
rm -rf .eggs
python setup.py sdist --formats=gztar
- name: Run mypy
Expand Down

0 comments on commit 17a0171

Please sign in to comment.