Skip to content

Commit

Permalink
CI fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelzwiers committed Nov 12, 2023
1 parent e9856c0 commit a747dbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a747dbe

Please sign in to comment.