Skip to content

Commit f9ce635

Browse files
authored
remove the entire temp folder to make it easier for pull request evaluation
1 parent 1b4984b commit f9ce635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_colab.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
109109
docker stop colab
110110
docker rm colab
111-
sudo rm -r "temp/${nb}"
111+
sudo rm -r "temp"
112112
done
113113
114114
- name: Create Pull Request to update the colab image metadata database

0 commit comments

Comments
 (0)