Skip to content

Commit

Permalink
Adds caching for pip dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
atuleu committed Aug 5, 2024
1 parent cc09fae commit 5d4e0d1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/sphinx-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ jobs:
uses: actions/checkout@v4
- name: Setup Pages
uses: actions/configure-pages@v5
- uses: actions/setup-python@v5
with:
python-version: '3.10'
cache: 'pip'
- name: Setup sphinx
run: |
pip install -r documentation/requirements.txt
Expand Down

0 comments on commit 5d4e0d1

Please sign in to comment.