perf: enable caching setup-python to build docs faster

Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
Josh
2025-06-12 16:30:26 -04:00
committed by GitHub
parent 9f0d709a6a
commit 6f95e5bb60

View File

@ -15,6 +15,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: '3.10'
cache: 'pip'
- name: Install pip dependencies
run: pip install -r requirements.txt
- name: Build using Makefile
@ -35,6 +36,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: '3.10'
cache: 'pip'
- name: Install pip dependencies
run: pip install -r requirements.txt
- name: Build using Makefile
@ -47,6 +49,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: '3.10'
cache: 'pip'
- name: Install pip dependencies
run: pip install -r requirements.txt
- name: Build using Makefile
@ -67,6 +70,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: '3.10'
cache: 'pip'
- name: Install pip dependencies
run: pip install -r requirements.txt
- name: Build using Makefile