Spaces:
Sleeping
Sleeping
MilesCranmer
commited on
Commit
•
72dc01c
1
Parent(s):
3a3dce0
60 minute timeouts for CI
Browse files
.github/workflows/CI.yml
CHANGED
@@ -21,6 +21,7 @@ on:
|
|
21 |
jobs:
|
22 |
test:
|
23 |
runs-on: ${{ matrix.os }}
|
|
|
24 |
defaults:
|
25 |
run:
|
26 |
shell: bash
|
|
|
21 |
jobs:
|
22 |
test:
|
23 |
runs-on: ${{ matrix.os }}
|
24 |
+
timeout-minutes: 60
|
25 |
defaults:
|
26 |
run:
|
27 |
shell: bash
|
.github/workflows/CI_Windows.yml
CHANGED
@@ -21,6 +21,7 @@ on:
|
|
21 |
jobs:
|
22 |
test:
|
23 |
runs-on: ${{ matrix.os }}
|
|
|
24 |
defaults:
|
25 |
run:
|
26 |
shell: bash
|
|
|
21 |
jobs:
|
22 |
test:
|
23 |
runs-on: ${{ matrix.os }}
|
24 |
+
timeout-minutes: 60
|
25 |
defaults:
|
26 |
run:
|
27 |
shell: bash
|
.github/workflows/CI_conda_forge.yml
CHANGED
@@ -13,6 +13,7 @@ on:
|
|
13 |
jobs:
|
14 |
conda_test:
|
15 |
runs-on: ${{ matrix.os }}
|
|
|
16 |
defaults:
|
17 |
run:
|
18 |
shell: bash -l {0}
|
|
|
13 |
jobs:
|
14 |
conda_test:
|
15 |
runs-on: ${{ matrix.os }}
|
16 |
+
timeout-minutes: 60
|
17 |
defaults:
|
18 |
run:
|
19 |
shell: bash -l {0}
|
.github/workflows/CI_docker.yml
CHANGED
@@ -23,6 +23,7 @@ on:
|
|
23 |
jobs:
|
24 |
test:
|
25 |
runs-on: ${{ matrix.os }}
|
|
|
26 |
defaults:
|
27 |
run:
|
28 |
shell: bash
|
|
|
23 |
jobs:
|
24 |
test:
|
25 |
runs-on: ${{ matrix.os }}
|
26 |
+
timeout-minutes: 60
|
27 |
defaults:
|
28 |
run:
|
29 |
shell: bash
|
.github/workflows/CI_docker_large_nightly.yml
CHANGED
@@ -11,13 +11,14 @@ on:
|
|
11 |
jobs:
|
12 |
test:
|
13 |
runs-on: ${{ matrix.os }}
|
|
|
14 |
defaults:
|
15 |
run:
|
16 |
shell: bash
|
17 |
strategy:
|
18 |
fail-fast: false
|
19 |
matrix:
|
20 |
-
julia-version: ['1.8.
|
21 |
python-version: ['3.9.10']
|
22 |
os: [ubuntu-latest]
|
23 |
arch: ['linux/x86_64', 'linux/amd64']
|
|
|
11 |
jobs:
|
12 |
test:
|
13 |
runs-on: ${{ matrix.os }}
|
14 |
+
timeout-minutes: 60
|
15 |
defaults:
|
16 |
run:
|
17 |
shell: bash
|
18 |
strategy:
|
19 |
fail-fast: false
|
20 |
matrix:
|
21 |
+
julia-version: ['1.8.2']
|
22 |
python-version: ['3.9.10']
|
23 |
os: [ubuntu-latest]
|
24 |
arch: ['linux/x86_64', 'linux/amd64']
|
.github/workflows/CI_large_nightly.yml
CHANGED
@@ -14,6 +14,7 @@ on:
|
|
14 |
jobs:
|
15 |
test:
|
16 |
runs-on: ${{ matrix.os }}
|
|
|
17 |
defaults:
|
18 |
run:
|
19 |
shell: bash
|
|
|
14 |
jobs:
|
15 |
test:
|
16 |
runs-on: ${{ matrix.os }}
|
17 |
+
timeout-minutes: 60
|
18 |
defaults:
|
19 |
run:
|
20 |
shell: bash
|
.github/workflows/CI_mac.yml
CHANGED
@@ -21,6 +21,7 @@ on:
|
|
21 |
jobs:
|
22 |
test:
|
23 |
runs-on: ${{ matrix.os }}
|
|
|
24 |
defaults:
|
25 |
run:
|
26 |
shell: bash
|
|
|
21 |
jobs:
|
22 |
test:
|
23 |
runs-on: ${{ matrix.os }}
|
24 |
+
timeout-minutes: 60
|
25 |
defaults:
|
26 |
run:
|
27 |
shell: bash
|