Skip to content

Commit 2b5eecd

Browse files
committed
WIP
1 parent ecb6a4e commit 2b5eecd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ jobs:
4646
export LD_PRELOAD=$(find $CONDA_PREFIX -name libtcmalloc_minimal.so.4)
4747
4848
cd use_case/usle
49-
wget --quiet https://lue.computationalgeography.org/download/lue_qa/elevation.tif
49+
curl --remote-name --silent https://lue.computationalgeography.org/download/lue_qa/elevation.tif
5050
python usle.py 1000 elevation.tif usle.tif
5151
ls -l *.tif

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ jobs:
4343
conda activate lue_tutorial
4444
4545
cd use_case/usle
46-
wget --quiet https://lue.computationalgeography.org/download/lue_qa/elevation.tif
46+
curl --remote-name --silent https://lue.computationalgeography.org/download/lue_qa/elevation.tif
4747
python usle.py 1000 elevation.tif usle.tif
4848
ls -l *.tif

0 commit comments

Comments
 (0)