changed python version and tryed to update pip

This commit is contained in:
Jaikinator
2023-10-08 19:29:24 +02:00
parent be8bae3da8
commit 39c2ca358c
+2 -1
View File
@@ -12,9 +12,10 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: actions/setup-python@v3 - uses: actions/setup-python@v3
with: with:
python-version: 3.8 python-version: 3.9
- name: Install dependencies - name: Install dependencies
run: | run: |
pip install --upgrade pip
pip install sphinx~=7.2 sphinx_rtd_theme~=1.3.0 myst_parser~=2.0.0 pip install sphinx~=7.2 sphinx_rtd_theme~=1.3.0 myst_parser~=2.0.0
pip install -r requirements.txt 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