File tree 2 files changed +16
-9
lines changed
2 files changed +16
-9
lines changed Original file line number Diff line number Diff line change @@ -9,21 +9,27 @@ updates:
9
9
- " maintenance"
10
10
- " dependencies"
11
11
groups :
12
- general-dependencies :
13
- patterns :
14
- - " *"
15
- exclude-patterns :
16
- - " *sphinx*"
17
- - " pytest*"
18
- test-dependencies :
12
+ pytest-dependencies :
19
13
patterns :
20
14
- " pytest*"
21
15
doc-dependencies :
22
16
patterns :
23
- - " *sphinx*"
17
+ - " numpydoc"
18
+ - " Sphinx"
19
+ - " sphinx*"
20
+ - " ansys-sphinx-theme*"
21
+ - " myst-parser"
22
+ - " nbconvert"
23
+ - " nbsphinx"
24
+ - " autodoc_pydantic"
25
+ - " jupyter_sphinx"
24
26
- package-ecosystem : " github-actions"
25
27
directory : " /"
26
28
schedule :
27
29
interval : " weekly"
28
30
labels :
29
31
- " maintenance"
32
+ groups :
33
+ actions :
34
+ patterns :
35
+ - " *"
Original file line number Diff line number Diff line change @@ -60,11 +60,12 @@ jobs:
60
60
token : ${{ secrets.GITHUB_TOKEN }}
61
61
62
62
tests :
63
- name : " Tests from pyhps repo "
63
+ name : " Tests"
64
64
uses : ansys/pyhps/.github/workflows/tests.yml@main
65
65
with :
66
66
runner : " ubuntu-latest-8-cores"
67
67
docker-compose-profiles : " backend"
68
+ hps-version : " v1.2.0"
68
69
secrets : inherit # pass all secrets
69
70
70
71
docs :
You can’t perform that action at this time.
0 commit comments