We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce4d348 commit b64acf5Copy full SHA for b64acf5
.github/workflows/tests.yml
@@ -2,9 +2,9 @@ name: Python tests
2
3
on:
4
push:
5
- branches: [ master ]
+ branches: [ 0.6.x ]
6
pull_request:
7
8
9
env:
10
OMP_NUM_THREADS: 2
@@ -15,10 +15,10 @@ jobs:
15
name: Run tests on ${{ matrix.os }} with Python ${{ matrix.python }}
16
strategy:
17
matrix:
18
- os: [ubuntu-latest, macOS-latest]
19
- python: ['3.9']
20
- torch: ['1.10.0']
21
- torchvision: ['0.11.1']
+ os: [ubuntu-latest]
+ python: ['3.10']
+ torch: ['1.13.1']
+ torchvision: ['0.14.1']
22
runs-on: ${{ matrix.os }}
23
24
steps:
0 commit comments