File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 65
65
# Install EasyDiffraction Library to run Jupyter notebooks
66
66
# Install with the 'charts' and 'docs' extras
67
67
- name : Install EasyDiffraction Library and its dependencies
68
- run : pip install mkdocs mkdocs-material 'mkdocs-autorefs<1.3.0' mkdocs-jupyter mkdocs-plugin-inline-svg mkdocs-markdownextradata-plugin mkdocstrings-python pyyaml
68
+ run : pip install -r requirements.txt
69
69
70
70
# Clone assets extra from:
71
71
# - easyscience/assets-docs
Original file line number Diff line number Diff line change @@ -23,3 +23,12 @@ asteval
23
23
24
24
pytest
25
25
pytest-xdist
26
+
27
+ mkdocs
28
+ mkdocs-material
29
+ mkdocs-autorefs < 1.3.0
30
+ mkdocs-jupyter
31
+ mkdocs-plugin-inline-svg
32
+ mkdocs-markdownextradata-plugin
33
+ mkdocstrings-python
34
+ pyyaml
You can’t perform that action at this time.
0 commit comments