File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -3,13 +3,12 @@ name: Cloud integration
33# see: https://help.github.com/en/actions/reference/events-that-trigger-workflows
44on : [push, workflow_dispatch]
55
6-
76defaults :
87 run :
98 shell : bash
109
1110jobs :
12- pytester :
11+ integration :
1312 runs-on : ${{ matrix.os }}
1413 strategy :
1514 fail-fast : false
@@ -18,14 +17,13 @@ jobs:
1817 python-version : ["3.10"]
1918
2019 # Timeout: https://stackoverflow.com/a/59076067/4521646
21- timeout-minutes : 35
20+ timeout-minutes : 15
2221 env :
2322 TORCH_URL : " https://download.pytorch.org/whl/cpu/torch_stable.html"
2423
2524 steps :
2625 - uses : actions/checkout@v4
27- - name : Set up Python ${{ matrix.python-version }}
28- uses : actions/setup-python@v5
26+ - uses : actions/setup-python@v5
2927 with :
3028 python-version : ${{ matrix.python-version }}
3129 cache : " pip"
You can’t perform that action at this time.
0 commit comments