File tree Expand file tree Collapse file tree 3 files changed +33
-15
lines changed Expand file tree Collapse file tree 3 files changed +33
-15
lines changed Original file line number Diff line number Diff line change @@ -2,16 +2,22 @@ name: arviz-compatibility
2
2
3
3
on :
4
4
pull_request :
5
+ paths :
6
+ - " .github/workflows/*.yml"
7
+ - " pymc/**.py"
8
+ - " *.py"
9
+ - " conda-envs/**"
10
+ - " codecov.yml"
11
+ - " scripts/*.sh"
5
12
push :
6
13
branches : [main]
7
14
paths :
8
- - " .github/workflows/*"
9
- - " pymc/**"
10
- - " setup.py"
11
- - " pyproject.toml"
12
- - " buildosx"
15
+ - " .github/workflows/*.yml"
16
+ - " pymc/**.py"
17
+ - " *.py"
13
18
- " conda-envs/**"
14
19
- " codecov.yml"
20
+ - " scripts/*.sh"
15
21
16
22
jobs :
17
23
pytest :
Original file line number Diff line number Diff line change @@ -2,16 +2,22 @@ name: jax-sampling
2
2
3
3
on :
4
4
pull_request :
5
+ paths :
6
+ - " .github/workflows/*.yml"
7
+ - " pymc/**.py"
8
+ - " *.py"
9
+ - " conda-envs/**"
10
+ - " codecov.yml"
11
+ - " scripts/*.sh"
5
12
push :
6
13
branches : [main]
7
14
paths :
8
- - " .github/workflows/*"
9
- - " pymc/**"
10
- - " setup.py"
11
- - " pyproject.toml"
12
- - " buildosx"
15
+ - " .github/workflows/*.yml"
16
+ - " pymc/**.py"
17
+ - " *.py"
13
18
- " conda-envs/**"
14
19
- " codecov.yml"
20
+ - " scripts/*.sh"
15
21
16
22
jobs :
17
23
pytest :
Original file line number Diff line number Diff line change @@ -2,16 +2,22 @@ name: pytest
2
2
3
3
on :
4
4
pull_request :
5
+ paths :
6
+ - " .github/workflows/*.yml"
7
+ - " pymc/**.py"
8
+ - " *.py"
9
+ - " conda-envs/**"
10
+ - " codecov.yml"
11
+ - " scripts/*.sh"
5
12
push :
6
13
branches : [main]
7
14
paths :
8
- - " .github/workflows/*"
9
- - " pymc/**"
10
- - " setup.py"
11
- - " pyproject.toml"
12
- - " buildosx"
15
+ - " .github/workflows/*.yml"
16
+ - " pymc/**.py"
17
+ - " *.py"
13
18
- " conda-envs/**"
14
19
- " codecov.yml"
20
+ - " scripts/*.sh"
15
21
16
22
17
23
# Tests are split into multiple jobs to accelerate the CI.
You can’t perform that action at this time.
0 commit comments