Skip to content

Commit

Permalink
Run CI on 3.10 for Windows and MacOS due to torch 1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
jklaise committed Jul 17, 2023
1 parent f9f34d9 commit 7663e91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ jobs:
python-version: [ '3.8', '3.9', '3.10', '3.11']
include: # Run macos and windows tests on only one python version
- os: windows-latest
python-version: '3.11'
python-version: '3.10' # torch 1.x not available on Windows or MacOS for Python 3.11
- os: macos-latest
python-version: '3.11'
python-version: '3.10'

steps:
- name: Checkout code
Expand Down

0 comments on commit 7663e91

Please sign in to comment.