From 991af5b7d1a510e4d88b0e1e9a992b76f2a84043 Mon Sep 17 00:00:00 2001 From: Justus Magin Date: Mon, 18 Aug 2025 21:42:47 +0200 Subject: [PATCH 1/2] hard-code the env name for nightly --- .github/workflows/nightly.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 360b7d6a..01939f1e 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -70,13 +70,13 @@ jobs: - name: import pint-xarray run: | - pixi run -e ${{ matrix.env }} python -c 'import pint_xarray' + pixi run -e nightly python -c 'import pint_xarray' - name: run tests if: success() id: status run: | - pixi run -e ${{ matrix.env }} tests -rf --report-log=pytest-log.jsonl + pixi run -e nightly tests -rf --report-log=pytest-log.jsonl - name: report failures if: | From b9284e32bdbae3851b6c4cf2b7d0cc1a78325fb9 Mon Sep 17 00:00:00 2001 From: Justus Magin Date: Mon, 18 Aug 2025 21:44:00 +0200 Subject: [PATCH 2/2] [skip-ci][skip-rtd]