Skip to content

Commit

Permalink
Merge branch 'main' into numpydoc
Browse files Browse the repository at this point in the history
  • Loading branch information
santisoler authored May 21, 2024
2 parents 71686ce + 6815d3f commit 033051c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ clean:
find . -name "*.pyc" -exec rm -v {} \;
find . -name "*.orig" -exec rm -v {} \;
find . -name ".coverage.*" -exec rm -v {} \;
rm -rvf build dist MANIFEST *.egg-info __pycache__ .coverage .cache .pytest_cache $(PROJECT)/_version_generated.py
rm -rvf build dist MANIFEST *.egg-info __pycache__ .coverage .cache .pytest_cache $(PROJECT)/_version.py
rm -rvf $(TESTDIR) dask-worker-space

0 comments on commit 033051c

Please sign in to comment.