Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use more recent curl version to fix hydro basins download #304

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading