Skip to content

Commit

Permalink
Show data size in datasets
Browse files Browse the repository at this point in the history
  • Loading branch information
akihironitta committed Dec 5, 2020
1 parent 0346211 commit e4d7aba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci_test-full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ jobs:
ls -lh
echo =======
ls -lh datasets
echo ======
if command -v asdf >/dev/null; then du datasets; fi
# Commented out because the below lines takes too long on macOS and Windows for unknown reason.
#echo =======
#find / -iname "MNIST" 2> /dev/null || echo mnist not found
Expand All @@ -103,6 +105,8 @@ jobs:
ls -lh
echo =======
ls -lh datasets
echo =======
if command -v asdf >/dev/null; then du datasets; fi
# Commented out because the below lines takes ages on macOS and Windows for unknown reason.
#echo =======
#find / -iname "MNIST" 2> /dev/null || echo mnist not found
Expand Down

0 comments on commit e4d7aba

Please sign in to comment.