Skip to content

Commit

Permalink
running out of things to say
Browse files Browse the repository at this point in the history
  • Loading branch information
ErnstRoell committed Jul 1, 2024
1 parent e026005 commit 4c2237c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
# ADJUST THIS: install all dependencies (including pdoc)
- name: Install dependencies
run: |
pip install torch==2.1.0
pip install torch-scatter -f https://data.pyg.org/whl/torch-2.1.0+cpu.html
pip install torch==2.2.0
pip install torch-scatter -f https://data.pyg.org/whl/torch-2.2.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 4c2237c

Please sign in to comment.