Skip to content

Commit aa58edf

Browse files
committed
Attempt to fix Windows tests
1 parent 684fa8b commit aa58edf

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/integration/Snakefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ rule download_netherlands_shapes:
99
"results/module_area_potentials/resources/user/shapes/NLD.parquet",
1010
shell:
1111
"""
12-
curl -sSLo {output} https://surfdrive.surf.nl/files/index.php/s/ey3RmiCbajp69oQ/download
12+
curl -sSLo "{output}" "https://surfdrive.surf.nl/files/index.php/s/ey3RmiCbajp69oQ/download"
1313
"""
1414

1515

@@ -23,8 +23,8 @@ rule download_netherlands_protected_areas:
2323
wdpa=directory("results/module_area_potentials/resources/user/wdpa.gdb"),
2424
shell:
2525
"""
26-
curl -sSLo {output.zipfile} https://surfdrive.surf.nl/files/index.php/s/msuXQETNbCWawDh/download
27-
python {input.script} {output.zipfile} -t results/module_area_potentials/resources/user/
26+
curl -sSLo "{output.zipfile}" "https://surfdrive.surf.nl/files/index.php/s/msuXQETNbCWawDh/download"
27+
python "{input.script}" "{output.zipfile}" -t "results/module_area_potentials/resources/user/"
2828
"""
2929

3030

0 commit comments

Comments
 (0)