Skip to content

Commit 0dbe7f1

Browse files
committed
exp: remove more code
1 parent 798bb4a commit 0dbe7f1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/ci_install.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ set -x # Show which command is being run
44
if [[ ${dependencies} == "full" || ${dependencies} == "cartopy" ]]; then
55
case ${RUNNER_OS} in
66
linux|Linux)
7-
sudo apt-get -qqy update
8-
sudo apt-get -qqy install \
9-
libfuse2
107
;;
118
esac
129
fi

0 commit comments

Comments
 (0)