From 1d7055ff6df0650f5fd6b431b1e6751e6906fb0c Mon Sep 17 00:00:00 2001 From: birgits Date: Fri, 12 Jan 2024 14:31:23 -0800 Subject: [PATCH] Comment other tests to run only windows tests --- .github/workflows/tests-coverage.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/tests-coverage.yml b/.github/workflows/tests-coverage.yml index cf2d773..752ef7c 100644 --- a/.github/workflows/tests-coverage.yml +++ b/.github/workflows/tests-coverage.yml @@ -18,15 +18,15 @@ jobs: fail-fast: false matrix: include: - - name-suffix: "coverage" - os: ubuntu-latest - python-version: "3.11" - - name-suffix: "basic" - os: ubuntu-latest - python-version: "3.10" - - name-suffix: "basic" - os: ubuntu-latest - python-version: "3.12" +# - name-suffix: "coverage" +# os: ubuntu-latest +# python-version: "3.11" +# - name-suffix: "basic" +# os: ubuntu-latest +# python-version: "3.10" +# - name-suffix: "basic" +# os: ubuntu-latest +# python-version: "3.12" - name-suffix: "basic" os: windows-latest python-version: "3.11"