From 73042ac20b78274c45ee8112462c42b198ebe30d Mon Sep 17 00:00:00 2001 From: Brian Gow Date: Wed, 10 Dec 2025 16:14:17 -0500 Subject: [PATCH] update npy_promotion_state during test --- .github/workflows/test.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4f6f87c7..a0e9bbd5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,9 +8,6 @@ on: branches: - main -env: - NPY_PROMOTION_STATE: weak_and_warn - jobs: test: name: Python ${{ matrix.python-version }} / ${{ matrix.os }} / ${{ matrix.numpy }} @@ -40,6 +37,8 @@ jobs: name: Python 3.7 on Debian 11 i386 runs-on: ubuntu-latest container: i386/debian:11 + env: + NPY_PROMOTION_STATE: weak_and_warn steps: - name: Install dependencies run: |