From 14b05e876ec7c2816308380b23971259abc8e7eb Mon Sep 17 00:00:00 2001 From: "Christian Y. Brenninkmeijer" Date: Tue, 13 Aug 2024 08:00:01 +0100 Subject: [PATCH] reenable macos --- .github/workflows/python_checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python_checks.yml b/.github/workflows/python_checks.yml index 5bddcfa..96f8ffc 100644 --- a/.github/workflows/python_checks.yml +++ b/.github/workflows/python_checks.yml @@ -297,7 +297,7 @@ jobs: pip_installs: ${{ inputs.pip_installs }} - name: Test with pytest - if: ${{ inputs.test_directories != '' && (matrix.runner == 'windows-latest' || matrix.runner == 'windows-2019') }} + if: ${{ inputs.test_directories != ''}} env: SPALLOC_USER: ${{ secrets.SPALLOC_USER }} SPALLOC_PASSWORD: ${{ secrets.SPALLOC_PASSWORD }}