We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ba597e commit 6a1ac38Copy full SHA for 6a1ac38
.github/workflows/tests.yaml
@@ -105,7 +105,7 @@ jobs:
105
runs-on: ${{ matrix.os }}-latest
106
strategy:
107
matrix:
108
- os: [MacOS, Windows] # test all OSs except Ubuntu, which is already running other tests
+ os: [MacOS] # test all OSs except Ubuntu, which is already running other tests
109
python-version: ["3.9", "3.11"] # test only the two extremes of supported Python versions
110
tensorflow-version: ["2.16.1"] # test only the two extremes of supported TF versions
111
fail-fast: false
0 commit comments