Skip to content

Commit

Permalink
Try 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 a855945 commit 451919a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ jobs:
- name: Build sdist
run: |
# Remove the '.eggs' directory in case it's not empty
# due to setuptools quirks
rm -rf thinc/.eggs
python setup.py build_ext --inplace
python setup.py sdist --formats=gztar
Expand Down

0 comments on commit 451919a

Please sign in to comment.