Skip to content

Commit

Permalink
Fix cache
Browse files Browse the repository at this point in the history
  • Loading branch information
ErnstRoell committed Jul 1, 2024
1 parent 23ece59 commit 0cbaece
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 0cbaece

Please sign in to comment.