From b2db2483fa80a7eb7159238e476e493a7d08fbb0 Mon Sep 17 00:00:00 2001 From: Joris Van den Bossche Date: Fri, 15 Aug 2025 17:14:01 +0200 Subject: [PATCH] CI/BLD: fix upload of arm64 windows wheels --- .github/workflows/wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 7f0b3d0289c31..d110c589e653d 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -189,7 +189,7 @@ jobs: # installing wheel here because micromamba step was skipped if: matrix.buildplat[1] == 'win_arm64' shell: bash -el {0} - run: python -m pip install wheel + run: python -m pip install wheel anaconda-client - name: Validate wheel RECORD shell: bash -el {0}