Skip to content

Commit 9e03105

Browse files
authored
comment out rm command that is permission denied
1 parent 0452476 commit 9e03105

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
python -m pip install --upgrade pip
4343
# Clean up apt cache to save space
4444
apt-get clean
45-
rm -rf /var/lib/apt/lists/*
45+
# rm -rf /var/lib/apt/lists/*
4646
df -h
4747
# Install python dependencies (with coverage enabled)
4848
echo -e "\n##### Running pip install #####"

0 commit comments

Comments
 (0)