Skip to content

Commit

Permalink
update tests to latest pytorch
Browse files Browse the repository at this point in the history
  • Loading branch information
taylormordan committed Aug 9, 2023
1 parent e189ca0 commit 66a655a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
conda: True
- os: ubuntu-latest
python: '3.10'
torch: 2.0.0+cpu
torchvision: 0.15.1+cpu
torch: 2.0.1+cpu
torchvision: 0.15.2+cpu
torch-source: https://download.pytorch.org/whl/torch_stable.html
build-isolation: True
- os: macos-11
Expand All @@ -44,8 +44,8 @@ jobs:
conda: True
- os: macos-11
python: '3.10'
torch: 2.0.0
torchvision: 0.15.1
torch: 2.0.1
torchvision: 0.15.2
torch-source: https://download.pytorch.org/whl/torch_stable.html
build-isolation: True
- os: windows-latest
Expand Down

0 comments on commit 66a655a

Please sign in to comment.