File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 3
3
push :
4
4
branches :
5
5
- site
6
+ paths :
7
+ - assets/quick-start-module.js
8
+ - _includes/quick-start-module.js
9
+ - published_versions.json
10
+ - scripts/**
11
+ - .github/**
6
12
pull_request :
7
13
paths :
8
14
- assets/quick-start-module.js
9
15
- _includes/quick-start-module.js
10
16
- published_versions.json
17
+ - scripts/**
18
+ - .github/**
11
19
12
20
jobs :
13
21
check-regen :
26
34
CHANGES=$(git status --porcelain "assets/quick-start-module.js")
27
35
echo "$CHANGES"
28
36
[ -z "$CHANGES" ]
37
+
29
38
libtorch-downloadable :
30
39
runs-on : ubuntu-18.04
31
40
steps :
72
81
rel_type : [ "latest_stable" ]
73
82
acc_type : [ "cuda11.1", "cuda10.2", "accnone" ]
74
83
py_vers : [ "3.7", "3.8", "3.9" ]
75
- os : ["ubuntu-18.04"]
84
+ os : ["ubuntu-18.04", "macos-latest" ]
76
85
env :
77
86
TEST_ACC : ${{ matrix.acc_type }}
78
87
TEST_VER : ${{ matrix.rel_type }}
You can’t perform that action at this time.
0 commit comments