Skip to content

Commit

Permalink
Merge pull request #304 from jnnr/fix-hydro-basins-download
Browse files Browse the repository at this point in the history
Use more recent curl version to fix hydro basins download
  • Loading branch information
brynpickering authored Apr 9, 2024
2 parents 31c186f + 33b8fa0 commit 2897444
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
### Fixed (workflow)

* **FIX** fixed optimisation tolerance of hydro power plants from xtol to xatol (#266).
* **FIX** fixed rule `download_basins_database`, which previously failed on some linux and mac machines, by requiring a more recent curl in the environment `envs/shell.yaml` (#267).

## 1.1.0 (2021-12-22)

Expand Down
2 changes: 1 addition & 1 deletion envs/shell.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ name: shell
channels:
- conda-forge
dependencies:
- curl=7.76.0
- curl=8.6.0
- unzip=6.0
- rsync=3.2.3

0 comments on commit 2897444

Please sign in to comment.