From 1a00572138c005fdf9e916852867846ea93ffe0c Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Fri, 11 Dec 2020 21:45:15 +0200 Subject: [PATCH] fix case expression syntax --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0ecb9b69..9a6c76f2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -88,7 +88,7 @@ jobs: - name: Test built package with pytest # TODO: remove this exception for windows once we get tests passing on that platform - if: !contains(matrix.os, 'windows') + if: ${{ !contains(matrix.os, 'windows') }} run: | python -m pytest -s