Skip to content

Commit 8ea7544

Browse files
committed
ci(test): stop testing with windows - it currently fails at install
1 parent 6f6a87b commit 8ea7544

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ jobs:
1818
- 10
1919
- 12
2020
- 14
21-
os: [ubuntu-latest, macos-latest, windows-latest]
21+
# TODO: fix problem with windows, then add "windows-latest" to list of os
22+
os: [ubuntu-latest, macos-latest]
2223

2324
runs-on: ${{ matrix.os }}
2425

0 commit comments

Comments
 (0)