Skip to content

Commit

Permalink
Added cache.
Browse files Browse the repository at this point in the history
  • Loading branch information
ErnstRoell committed Jul 1, 2024
1 parent 50a8e4a commit 23ece59
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,17 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'

# ADJUST THIS: install all dependencies (including pdoc)
- name: Install dependencies
python-version: '3.10.11'
cache: 'pip'
run: |
pip install torch==2.2.0
pip install torch-scatter -f https://data.pyg.org/whl/torch-2.2.0+cpu.html
pip install pdoc
# 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 23ece59

Please sign in to comment.