From e7856d9ee6459be981008c57bac27b19c40019e2 Mon Sep 17 00:00:00 2001 From: Michael Hanke Date: Fri, 19 Jul 2024 12:08:13 +0200 Subject: [PATCH] ci(appveyor): update git-annex installation It is unclear why this is necessary. But we get a 401 response from `datalad-installer`. The new approach uses what `datalad-next` is using to install on Windows. --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index a70c7e7..cd802aa 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -74,7 +74,7 @@ environment: APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019 # Python version specification is non-standard on windows PY: 39-x64 - INSTALL_GITANNEX: git-annex -m datalad/git-annex:release + INSTALL_GITANNEX: git-annex -m datalad/packages # MacOS core tests - ID: MacP38core DTS: datalad_dataverse