Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
rusty1s committed Mar 12, 2022
1 parent 975854f commit 39e21f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/full_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
python-version: [3.7, 3.9]
python-version: [3.7, 3.8, 3.9, 3.10]
torch-version: [1.10.0]
include:
- torch-version: 1.10.0
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
python-version: [3.7, 3.9]
os: [ubuntu-latest]
python-version: [3.9]
torch-version: [1.10.0, 1.11.0]
include:
- torch-version: 1.10.0
Expand Down

0 comments on commit 39e21f5

Please sign in to comment.