From 0cbaece6125931fd58ed85cef74a15eb878a4253 Mon Sep 17 00:00:00 2001 From: Ernst Roell Date: Mon, 1 Jul 2024 15:04:52 +0200 Subject: [PATCH] Fix cache --- .github/workflows/docs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 54e0b29..c061d30 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -23,6 +23,7 @@ jobs: with: python-version: '3.10.11' cache: 'pip' + - name: Install dependencies run: | pip install torch==2.2.0 pip install torch-scatter -f https://data.pyg.org/whl/torch-2.2.0+cpu.html @@ -31,7 +32,7 @@ jobs: # ADJUST THIS: install all dependencies (including pdoc) - name: Install dect. pip install -e . - + # ADJUST THIS: build your documentation into docs/. # We use a custom build script for pdoc itself, ideally you just run `pdoc -o docs/ ...` here. - name: Build Docs