Skip to content

Commit 3f99f1c

Browse files
committed
make windows pass but unsupported
1 parent bef2a8f commit 3f99f1c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/lint-and-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@ jobs:
207207
- {PYTHON: 'pypy-3.8', OS: ubuntu-latest, NAME: "PyPy 3.8 (ubuntu)", EXPECT: "Linux"}
208208
- {PYTHON: 'pypy-3.9', OS: ubuntu-latest, NAME: "PyPy 3.9 (ubuntu)", EXPECT: "Linux"}
209209
- {PYTHON: '3.x', OS: macos-latest, NAME: "CPython 3.x [latest] (macos)", EXPECT: "MacOS"}
210+
- {PYTHON: '3.x', OS: windows-latest, NAME: "CPython 3.x [latest] (windows)", EXPECT: "unsupported"}
210211
env:
211212
EXPECT: ${{ matrix.env.EXPECT }}
212213
runs-on: ${{ matrix.env.OS }}

0 commit comments

Comments
 (0)