File tree Expand file tree Collapse file tree 3 files changed +6
-12
lines changed Expand file tree Collapse file tree 3 files changed +6
-12
lines changed Original file line number Diff line number Diff line change 77
88jobs :
99 build :
10- runs-on : ${{ matrix.os }}
11- strategy :
12- matrix :
13- os : [ubuntu-latest, windows-latest]
10+ runs-on : t4_gpu
1411 steps :
1512 - uses : actions/checkout@v3
1613 - name : Set up Python 3.11
Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ name: Unit tests
22
33on : [push]
44
5- env :
6- TORCH_DEVICE : " cpu"
7-
85jobs :
96 build :
10- runs-on : ubuntu-latest
7+ runs-on : ${{ matrix.os }}
8+ strategy :
9+ matrix :
10+ os : [t4_gpu, ubuntu-latest, windows-latest]
1111 steps :
1212 - uses : actions/checkout@v3
1313 - name : Set up Python 3.11
Original file line number Diff line number Diff line change @@ -2,12 +2,9 @@ name: Test CLI scripts
22
33on : [push]
44
5- env :
6- TORCH_DEVICE : " cpu"
7-
85jobs :
96 build :
10- runs-on : ubuntu-latest
7+ runs-on : t4_gpu
118 steps :
129 - uses : actions/checkout@v3
1310 - name : Set up Python 3.11
You can’t perform that action at this time.
0 commit comments