Skip to content

Commit 9b4fe0a

Browse files
committed
Uses requirements.txt
1 parent a6f87ce commit 9b4fe0a

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.github/workflows/build-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
# Install EasyDiffraction Library to run Jupyter notebooks
6666
# Install with the 'charts' and 'docs' extras
6767
- 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
6969

7070
# Clone assets extra from:
7171
# - easyscience/assets-docs

requirements.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,12 @@ asteval
2323

2424
pytest
2525
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

0 commit comments

Comments
 (0)