From 6a1ac386798d7b0363330f2eed211e7c677c1e5c Mon Sep 17 00:00:00 2001 From: Adrian Garcia Badaracco <1755071+adriangb@users.noreply.github.com> Date: Thu, 12 Dec 2024 15:39:42 -0600 Subject: [PATCH] remove windows --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index c30083f0..86ffcc97 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -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