Update documentation.yml

Changed pip install from myst_parser to myst-parser
This commit is contained in:
Jacob Schmieder
2023-10-15 17:53:13 +02:00
committed by GitHub
parent f6e9f27d12
commit 7ba3d10e0b
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
- name: Install dependencies
run: |
pip install --upgrade pip
pip install sphinx~=7.2 sphinx_rtd_theme~=1.3.0 myst_parser~=2.0.0
pip install sphinx sphinx_rtd_theme myst-parser
pip install -r requirements.txt
pip install torch==1.11.0+cpu torchvision==0.12.0+cpu torchaudio==0.11.0 --extra-index-url https://download.pytorch.org/whl/cpu
- name: Sphinx build