1
0
Fork 0
mirror of synced 2024-06-12 23:44:40 +12:00

fix case expression syntax

This commit is contained in:
Nick Sweeting 2020-12-11 21:45:15 +02:00
parent 491cbe85f0
commit 1a00572138

View file

@ -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