From 96b36536a987b7ac8015224aec2f67250359274f Mon Sep 17 00:00:00 2001 From: Kai Germaschewski Date: Wed, 22 Jan 2025 12:49:48 -0500 Subject: [PATCH] devops: disable pypy CI This package depends on `adios2` through `xarray-adios2`/`adios2py`, and the former doesn't seem to work right on pypy, and I don't think we really care, so let's just disable this check --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 27ff873..7468195 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,9 +45,9 @@ jobs: python-version: ["3.10", "3.13"] runs-on: [ubuntu-latest] #, macos-latest, windows-latest] - include: - - python-version: pypy-3.10 - runs-on: ubuntu-latest + # include: + # - python-version: pypy-3.10 + # runs-on: ubuntu-latest steps: - uses: actions/checkout@v4