From a6683470a4966cd4271b95acbbfe3198ffe0225f Mon Sep 17 00:00:00 2001 From: Marcel Stimberg Date: Mon, 31 May 2021 17:44:50 +0200 Subject: [PATCH] ... and a final attempt at parametrization --- .github/workflows/testsuite.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/testsuite.yml b/.github/workflows/testsuite.yml index 68668a7e1..47b0826db 100644 --- a/.github/workflows/testsuite.yml +++ b/.github/workflows/testsuite.yml @@ -16,15 +16,15 @@ jobs: os: [ubuntu-20.04, windows-2019, macOS-10.15] standalone: [false, true] float_dtype_32: [false,true] - python_version: ${{ env.MAX_PYTHON }} + python_version: ${{ MAX_PYTHON }} include: - os: ubuntu-20.04 standalone: false - python-version: ${{ env.MIN_PYTHON }} + python-version: ${{ MIN_PYTHON }} float_dtype_32: false - os: ubuntu-20.04 standalone: true - python-version: ${{ env.MIN_PYTHON }} + python-version: ${{ MIN_PYTHON }} float_dtype_32: false defaults: