From 39c2ca358cec199efb18e36a992bde2c9b0981b2 Mon Sep 17 00:00:00 2001 From: Jaikinator Date: Sun, 8 Oct 2023 19:29:24 +0200 Subject: [PATCH] changed python version and tryed to update pip --- .github/workflows/documentation.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 8418117..925876c 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -12,9 +12,10 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-python@v3 with: - python-version: 3.8 + python-version: 3.9 - 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 -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