We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59673c6 commit 0112663Copy full SHA for 0112663
.github/workflows/testing.yml
@@ -13,22 +13,16 @@ jobs:
13
strategy:
14
fail-fast: false
15
matrix:
16
- os: [ubuntu-latest, macos-latest, windows-latest]
+ os: [ubuntu-latest, macos-latest] #windows-latest
17
python-version: ["3.9", "3.10"] #3.11+ issues with TF
18
exclude:
19
- - os: windows-latest
20
- python-version: "3.10"
21
22
- python-version: "3.9"
23
- os: macos-latest
24
python-version: "3.9"
25
include:
26
- os: ubuntu-latest
27
path: ~/.cache/pip
28
29
path: ~/Library/Caches/pip
30
31
- path: ~\AppData\Local\pip\Cache
32
33
steps:
34
- name: Checkout code
0 commit comments