Skip to content

Commit d02ffe3

Browse files
authored
Merge branch 'main' into tests/patch-SDK
2 parents 76cb49d + 2f79af7 commit d02ffe3

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/ci-cloud.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,12 @@ name: Cloud integration
33
# see: https://help.github.com/en/actions/reference/events-that-trigger-workflows
44
on: [push, workflow_dispatch]
55

6-
76
defaults:
87
run:
98
shell: bash
109

1110
jobs:
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"

0 commit comments

Comments
 (0)