added other requirements

This commit is contained in:
Jaikinator
2023-10-08 19:19:59 +02:00
parent 9bdd9584a9
commit 03cc6c9f3a
+1
View File
@@ -16,6 +16,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
pip install sphinx sphinx_rtd_theme myst_parser 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 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 - name: Sphinx build
run: | run: |