File tree Expand file tree Collapse file tree 3 files changed +31
-25
lines changed
Expand file tree Collapse file tree 3 files changed +31
-25
lines changed Original file line number Diff line number Diff line change 1919 qutip-branch : ' qutip-4.7.X'
2020 - qutip-version : ' 5'
2121 qutip-branch : ' master'
22- steps :
23- - uses : actions/checkout@v4
24- - uses : gaurav-nelson/github-action-markdown-link-check@v1
25- with :
26- use-quiet-mode : ' yes'
27- folder-path : tutorials-v${{ matrix.qutip-version }}
28- # use config file to define 403 and 405 errors as valid links
29- # (APS blocks this link check)
30- config-file : mlc_config.json
3122
3223 - name : Setup Conda
3324 uses : conda-incubator/setup-miniconda@v3
7869 sudo apt install ffmpeg
7970 sudo apt install texlive-latex-extra
8071
72+ - name : Show environment
73+ run : conda list
74+
8175 - name : Convert Notebooks
8276 run : |
8377 rm -rf notebooks
@@ -107,6 +101,18 @@ jobs:
107101 notebooks/*.ipynb
108102 notebooks/**/*.ipynb
109103
104+ markdown-link-check :
105+ runs-on : ubuntu-latest
106+ steps :
107+ - uses : actions/checkout@v4
108+ - uses : tcort/github-action-markdown-link-check@v1
109+ with :
110+ use-quiet-mode : ' yes'
111+ folder-path : ' tutorials-v4, tutorials-v5'
112+ # use config file to define 403 and 405 errors as valid links
113+ # (APS blocks this link check)
114+ config-file : mlc_config.json
115+
110116
111117 finalise :
112118 needs : pytests
Original file line number Diff line number Diff line change 2323 steps :
2424 - uses : actions/checkout@v4
2525
26- - uses : gaurav-nelson/github-action-markdown-link-check@v1
27- with :
28- use-quiet-mode : ' yes'
29- folder-path : tutorials-v${{ matrix.qutip-version }}
30- # use config file to define 403 and 405 errors as valid links
31- # (APS blocks this link check)
32- config-file : mlc_external_config.json
33-
3426 - name : Setup Conda
3527 uses : conda-incubator/setup-miniconda@v3
3628 with :
8072 sudo apt install ffmpeg
8173 sudo apt install texlive-latex-extra
8274
75+ - name : Show environment
76+ run : conda list
77+
8378 - name : Convert Notebooks
8479 run : |
8580 rm -rf notebooks
@@ -108,14 +103,18 @@ jobs:
108103 path : |
109104 notebooks/*.ipynb
110105 notebooks/**/*.ipynb
111-
112- - uses : gaurav-nelson/github-action-markdown-link-check@v1
113- with :
114- use-quiet-mode : ' yes'
115- folder-path : tutorials-v${{ matrix.qutip-version }}
116- # use config file to define 403 and 405 errors as valid links
117- # (APS blocks this link check)
118- config-file : mlc_config.json
106+
107+ markdown-link-check :
108+ runs-on : ubuntu-latest
109+ steps :
110+ - uses : actions/checkout@v4
111+ - uses : tcort/github-action-markdown-link-check@v1
112+ with :
113+ use-quiet-mode : ' yes'
114+ folder-path : ' tutorials-v4, tutorials-v5'
115+ # use config file to define 403 and 405 errors as valid links
116+ # (APS blocks this link check)
117+ config-file : mlc_external_config.json
119118
120119 publish :
121120 needs : pytests
Original file line number Diff line number Diff line change @@ -14,3 +14,4 @@ dependencies:
1414- jupytext==1.13.8
1515- jupyter==1.0.0
1616- ipykernel==6.17.1 # 6.18.0 was yanked but is still present on conda-forge
17+ - matplotlib-inline==0.1.7
You can’t perform that action at this time.
0 commit comments