Skip to content

Commit 032df3b

Browse files
committed
Add caching for github actions setup
1 parent f539fd4 commit 032df3b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
- name: Set Up Python ${{ matrix.python-version }}
2323
uses: actions/setup-python@v4
2424
with:
25+
cache: pip
26+
cache-dependency-path: pyproject.toml
2527
python-version: ${{ matrix.python-version }}
2628
- name: Install
2729
run: |

0 commit comments

Comments
 (0)
close