Skip to content

Commit 6a1ac38

Browse files
committed
remove windows
1 parent 5ba597e commit 6a1ac38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
runs-on: ${{ matrix.os }}-latest
106106
strategy:
107107
matrix:
108-
os: [MacOS, Windows] # test all OSs except Ubuntu, which is already running other tests
108+
os: [MacOS] # test all OSs except Ubuntu, which is already running other tests
109109
python-version: ["3.9", "3.11"] # test only the two extremes of supported Python versions
110110
tensorflow-version: ["2.16.1"] # test only the two extremes of supported TF versions
111111
fail-fast: false

0 commit comments

Comments
 (0)