Skip to content

Commit 1ce2671

Browse files
committed
MNT: cleanup unnecessary install steps with cartopy tests
1 parent e512d14 commit 1ce2671

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/ci_install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
set -x # Show which command is being run
22

3-
# Step 1: pre-install required packages
4-
if [[ ${sync_args} == *"full"* || ${sync_args} == *"mapping"* ]]; then
3+
# Step 1: install system level dependencies for ratarmount
4+
if [[ ${sync_args} == *"full"* ]]; then
55
case ${RUNNER_OS} in
66
linux|Linux)
77
sudo apt-get -qqy update

0 commit comments

Comments
 (0)