File tree Expand file tree Collapse file tree 4 files changed +14
-46
lines changed
{{cookiecutter.project_slug}}/.github Expand file tree Collapse file tree 4 files changed +14
-46
lines changed Original file line number Diff line number Diff line change 1+ version : 2
2+
3+ updates :
4+ - package-ecosystem : " github-actions"
5+ directory : " /"
6+ schedule :
7+ interval : " weekly"
Original file line number Diff line number Diff line change 5050 if : runner.os == 'Linux' && matrix.python-version == '3.9'
5151 shell : bash -l {0}
5252 run : bash <(curl -s https://codecov.io/bash) -F end_to_end -c
53-
54-
55- docs :
56-
57- name : Run documentation.
58- runs-on : ubuntu-latest
59-
60- steps :
61- - uses : actions/checkout@v3
62- - uses : mamba-org/provision-with-micromamba@main
63- with :
64- environment-file : false
65- environment-name : gha-docs
66- channels : conda-forge,nodefaults
67- extra-specs : |
68- python=3.11
69- mamba
70- tox-conda
71- cache-downloads : true
72-
73- - name : Build docs
74- shell : bash -l {0}
75- run : tox -e sphinx
Original file line number Diff line number Diff line change 1+ version : 2
2+
3+ updates :
4+ - package-ecosystem : " github-actions"
5+ directory : " /"
6+ schedule :
7+ interval : " weekly"
Original file line number Diff line number Diff line change 7070 if : runner.os == 'Linux' && matrix.python-version == '3.9'
7171 shell : bash -l {0}
7272 run : bash <(curl -s https://codecov.io/bash) -F end_to_end -c
73-
74-
75- docs :
76-
77- name : Run documentation.
78- runs-on : ubuntu-latest
79-
80- steps :
81- - uses : actions/checkout@v3
82- - uses : mamba-org/provision-with-micromamba@main
83- with :
84- environment-file : false
85- environment-name : gha-docs
86- channels : conda-forge,nodefaults
87- extra-specs : |
88- python=3.11
89- mamba
90- tox-conda
91- cache-downloads : true
92-
93- - name : Build docs
94- shell : bash -l {0}
95- run : tox -e sphinx
You can’t perform that action at this time.
0 commit comments