From 783829ae2ae83a273677752c5faaf029a6c8c0d9 Mon Sep 17 00:00:00 2001 From: Valeriu Predoi Date: Mon, 23 Sep 2024 12:58:11 +0100 Subject: [PATCH 1/3] pin curl to restrict libcurl --- environment.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/environment.yml b/environment.yml index 54aa73bcf0..681783e7b4 100644 --- a/environment.yml +++ b/environment.yml @@ -16,6 +16,7 @@ dependencies: - cf-units - cftime - cmocean + - curl <8.10 - cython - dask !=2024.8.0 # https://github.com/dask/dask/issues/11296 - distributed From b0a9a0709d962c0dc5a3eb00a268cbeb27227c8e Mon Sep 17 00:00:00 2001 From: Valeriu Predoi Date: Mon, 23 Sep 2024 13:00:31 +0100 Subject: [PATCH 2/3] run GA tests --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f3822e5449..da2175b356 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,6 +6,7 @@ on: push: branches: - main + - pin_libcurl schedule: - cron: '0 0 * * *' From b4ca4a87b1711c668536573c80a99a096f53fa9b Mon Sep 17 00:00:00 2001 From: Valeriu Predoi Date: Mon, 23 Sep 2024 17:39:34 +0100 Subject: [PATCH 3/3] Update .github/workflows/test.yml Co-authored-by: Bouwe Andela --- .github/workflows/test.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index da2175b356..f3822e5449 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,7 +6,6 @@ on: push: branches: - main - - pin_libcurl schedule: - cron: '0 0 * * *'