Skip to content

Commit b68b784

Browse files
committed
Add cache
1 parent 64b39b0 commit b68b784

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/docs.yml

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
uses: actions/setup-python@v5
2424
with:
2525
python-version: 3.9
26+
cache: pip
2627

2728
- name: Build and install at
2829
run: python -m pip install ".[plot, doc]"

.github/workflows/matlab-tests.yml

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
uses: actions/setup-python@v5
3131
with:
3232
python-version: '3.9'
33+
cache: pip
3334

3435
- name: Set up MATLAB
3536
uses: matlab-actions/setup-matlab@v1

.github/workflows/python-tests.yml

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
uses: actions/setup-python@v5
3131
with:
3232
python-version: ${{ matrix.python-version }}
33+
cache: pip
3334

3435
- name: Build and install at with tests
3536
run: python -m pip install -e ".[dev]"

0 commit comments

Comments
 (0)