Skip to content

Commit

Permalink
Fix git action.
Browse files Browse the repository at this point in the history
  • Loading branch information
ErnstRoell committed Jul 1, 2024
1 parent 1a4c0ce commit e026005
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 @@ -26,7 +26,8 @@ jobs:
# ADJUST THIS: install all dependencies (including pdoc)
- name: Install dependencies
run: |
pip install torch
pip install torch==2.1.0
pip install torch-scatter -f https://data.pyg.org/whl/torch-2.1.0+cpu.html
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.
Expand Down

0 comments on commit e026005

Please sign in to comment.