Skip to content

Commit 837a09f

Browse files
committed
Remove windows exclusion
1 parent 6ae28f3 commit 837a09f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/os-coverage.yml

-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ jobs:
1010
matrix:
1111
os: [ubuntu-latest, macos-latest, windows-latest]
1212
python-version: ['3.8', '3.9', '3.10', '3.11']
13-
exclude:
14-
- python-version: '3.8'
15-
os: windows-latest # https://pytorch.org/get-started/locally/#windows-python (actually 3.7 seems to be the problem)
1613
defaults:
1714
run:
1815
shell: bash

0 commit comments

Comments
 (0)