Skip to content

Commit 0112663

Browse files
authored
Update testing.yml
1 parent 59673c6 commit 0112663

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,16 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
os: [ubuntu-latest, macos-latest, windows-latest]
16+
os: [ubuntu-latest, macos-latest] #windows-latest
1717
python-version: ["3.9", "3.10"] #3.11+ issues with TF
1818
exclude:
19-
- os: windows-latest
20-
python-version: "3.10"
21-
- os: windows-latest
22-
python-version: "3.9"
2319
- os: macos-latest
2420
python-version: "3.9"
2521
include:
2622
- os: ubuntu-latest
2723
path: ~/.cache/pip
2824
- os: macos-latest
2925
path: ~/Library/Caches/pip
30-
- os: windows-latest
31-
path: ~\AppData\Local\pip\Cache
3226

3327
steps:
3428
- name: Checkout code

0 commit comments

Comments
 (0)