Skip to content

Commit

Permalink
add make cmd - clean (#5204)
Browse files Browse the repository at this point in the history
Co-authored-by: Roger Shieh <sh.rog@protonmail.ch>
  • Loading branch information
Borda and s-rog committed Jan 5, 2021
1 parent fd5322d commit 12d6437
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 18 deletions.
17 changes: 0 additions & 17 deletions .update.sh

This file was deleted.

6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.PHONY: test
.PHONY: test clean

test:
# install APEX, see https://github.com/NVIDIA/apex#linux
Expand All @@ -13,3 +13,7 @@ test:

# specific file
# python -m coverage run --source pytorch_lightning -m py.test --flake8 --durations=0 -v -k

clean:
# clean all temp runs
rm -rf $(shell find . -name "mlruns" )

0 comments on commit 12d6437

Please sign in to comment.