From afcc99e4068c0219dc1d2d6c7187453ddf0fdf29 Mon Sep 17 00:00:00 2001 From: Eric Larson Date: Wed, 6 Nov 2024 11:25:33 -0500 Subject: [PATCH] TST: More [build 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 34a2929..9264251 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -82,7 +82,7 @@ jobs: - uses: actions/setup-python@v3 - name: Update pip/pipx - run: pip install --upgrade pip pipx + run: python -m pip install --upgrade pip pipx # For aarch64 support # https://cibuildwheel.pypa.io/en/stable/faq/#emulation