Skip to content

Commit c180f97

Browse files
author
Massimiliano Pippi
committed
skip on win
1 parent eeeecb6 commit c180f97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949

5050
- name: Run unit tests on the legacy package
5151
run: task test-legacy
52-
if: matrix.os != windows-latest
52+
if: matrix.os != 'windows-latest'
5353

5454
- name: Install Python
5555
uses: actions/setup-python@v1

0 commit comments

Comments
 (0)