File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -60,15 +60,14 @@ jobs:
6060 # Files to download: direct Zenodo URLs + MD5 hashes
6161 files = {
6262 "openfe_analysis_simulation_output.tar.gz": (
63- "https://zenodo.org/record /17916322/files/openfe_analysis_simulation_output.tar.gz",
63+ "https://zenodo.org/records /17916322/files/openfe_analysis_simulation_output.tar.gz",
6464 "09752f2c4e5b7744d8afdee66dbd1414"
6565 ),
6666 "openfe_analysis_skipped.tar.gz": (
67- "https://zenodo.org/record /17916322/files/openfe_analysis_skipped.tar.gz",
67+ "https://zenodo.org/records /17916322/files/openfe_analysis_skipped.tar.gz",
6868 "3840d044299caacc4ccd50e6b22c0880"
6969 ),
7070 }
71-
7271 # Download and untar each file
7372 for fname, (url, md5) in files.items():
7473 pooch.retrieve(
You can’t perform that action at this time.
0 commit comments