From 391ad34c25a6d7fc8e89dd1b0c70cba210126ab6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Morales?= Date: Tue, 4 Feb 2025 14:25:02 -0600 Subject: [PATCH 1/2] ci: use arm runners for aarch64 --- .github/workflows/ci.yaml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 17ac2e9..79dd41a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -25,7 +25,7 @@ jobs: os-platform: [ [ubuntu-latest, manylinux_x86_64], - [ubuntu-latest, manylinux_aarch64], + [ubuntu-24.04-arm, manylinux_aarch64], [windows-latest, win_amd64], [macos-13, macosx_x86_64], [macos-14, macosx_arm64], @@ -35,12 +35,6 @@ jobs: with: submodules: "true" - - name: Set up QEMU - if: matrix.os-platform[1] == 'manylinux_aarch64' - uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v3.2.0 - with: - platforms: arm64 - - name: Set up uv uses: astral-sh/setup-uv@887a942a15af3a7626099df99e897a18d9e5ab3a # v5.1.0 From 6bd78a1ad93c2df5e53fe28e1536850453515ecb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Morales?= Date: Tue, 4 Feb 2025 14:26:43 -0600 Subject: [PATCH 2/2] remove test skip --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5841e8c..1f585df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,6 @@ wheel.packages = ["python/coreforecast"] archs = "all" build-verbosity = 3 test-extras = "dev" -test-skip = "*linux_aarch64" [tool.pyright] venvPath = "."