Skip to content

Commit b64acf5

Browse files
authored
Update tests.yml
1 parent ce4d348 commit b64acf5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Python tests
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ 0.6.x ]
66
pull_request:
7-
branches: [ master ]
7+
branches: [ 0.6.x ]
88

99
env:
1010
OMP_NUM_THREADS: 2
@@ -15,10 +15,10 @@ jobs:
1515
name: Run tests on ${{ matrix.os }} with Python ${{ matrix.python }}
1616
strategy:
1717
matrix:
18-
os: [ubuntu-latest, macOS-latest]
19-
python: ['3.9']
20-
torch: ['1.10.0']
21-
torchvision: ['0.11.1']
18+
os: [ubuntu-latest]
19+
python: ['3.10']
20+
torch: ['1.13.1']
21+
torchvision: ['0.14.1']
2222
runs-on: ${{ matrix.os }}
2323

2424
steps:

0 commit comments

Comments
 (0)