From d6d74c6badd1649ae92dd67ca61f9a1cb118448b Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 25 Aug 2024 18:35:20 -0400 Subject: [PATCH] updating test version --- .github/workflows/test_and_deploy.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index de672ae..b57ae0f 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -23,12 +23,11 @@ jobs: matrix: platform: [ubuntu-latest, windows-latest, macos-latest] python-version: ['3.9', '3.10', '3.11'] - exclude: # torch doesn't support windows python 3.10 https://pytorch.org/get-started/locally/#windows-python - - platform: windows-latest - python-version: '3.10' + #exclude: # torch doesn't support windows python 3.10 https://pytorch.org/get-started/locally/#windows-python + # - platform: windows-latest + # python-version: '3.10' steps: - - uses: actions/checkout@v3 - + - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v4 with: