We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eeeecb6 commit c180f97Copy full SHA for c180f97
.github/workflows/test.yaml
@@ -49,7 +49,7 @@ jobs:
49
50
- name: Run unit tests on the legacy package
51
run: task test-legacy
52
- if: matrix.os != windows-latest
+ if: matrix.os != 'windows-latest'
53
54
- name: Install Python
55
uses: actions/setup-python@v1
0 commit comments