From a747dbe33e1195fee49fda5d56b7e6d062113450 Mon Sep 17 00:00:00 2001 From: Marcel Zwiers Date: Sun, 12 Nov 2023 18:18:29 +0100 Subject: [PATCH] CI fix? --- .github/workflows/tests.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 216303ef..e7601eff 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -47,8 +47,8 @@ jobs: - name: Tests with pytest run: | - if [ runner.os == 'Windows' ]; then - set DUECREDIT_ENABLE=yes + if [ "$RUNNER_OS" == "Windows" ]; then + setx DUECREDIT_ENABLE=yes else export DUECREDIT_ENABLE=yes fi