Skip to content

Commit

Permalink
updating test version
Browse files Browse the repository at this point in the history
  • Loading branch information
carsen-stringer committed Aug 25, 2024
1 parent 428ee41 commit d6d74c6
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d6d74c6

Please sign in to comment.