Skip to content

Commit

Permalink
remove windows
Browse files Browse the repository at this point in the history
  • Loading branch information
adriangb committed Dec 12, 2024
1 parent 5ba597e commit 6a1ac38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
runs-on: ${{ matrix.os }}-latest
strategy:
matrix:
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
python-version: ["3.9", "3.11"] # test only the two extremes of supported Python versions
tensorflow-version: ["2.16.1"] # test only the two extremes of supported TF versions
fail-fast: false
Expand Down

0 comments on commit 6a1ac38

Please sign in to comment.