From 6eee54ed35fa1200bca9bfbe5cc3ab4dcb578a9e Mon Sep 17 00:00:00 2001 From: Vignesh Venkatasubramanian Vaidyanathan <62492557+VigneshVSV@users.noreply.github.com> Date: Tue, 10 Sep 2024 08:16:44 +0200 Subject: [PATCH] update test release without windows and macos tests --- .github/workflows/test-release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test-release.yml b/.github/workflows/test-release.yml index edea825..1e3cb4b 100644 --- a/.github/workflows/test-release.yml +++ b/.github/workflows/test-release.yml @@ -16,10 +16,10 @@ jobs: # Define specific Python versions for each OS - os: ubuntu-latest python-version: 3.11 - - os: windows-latest - python-version: 3.11 - - os: macos-latest - python-version: 3.11 + # - os: windows-latest + # python-version: 3.11 + # - os: macos-latest + # python-version: 3.11 - os: ubuntu-latest python-version: 3.12