Skip to content

Commit e64b81c

Browse files
committed
Remove a flaky superfluous windows env for now
1 parent 41be4d8 commit e64b81c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/workflow.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,16 @@ jobs:
6464
shell: bash -el {0}
6565
strategy:
6666
matrix:
67-
os: [ubuntu-latest, ubuntu-20.04, macOS-latest, macOS-11, windows-2019]
67+
os: [ubuntu-latest, ubuntu-20.04, macOS-latest, macOS-11]
6868
backend: [default, openblas]
6969
python-version: ['3.8']
7070
include:
7171
- os: ubuntu-latest
7272
backend: intel
7373
- os: macOS-latest
7474
backend: accelerate
75+
- os: windows-2019
76+
backend: default
7577

7678
steps:
7779
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)