Skip to content

Commit 48447cb

Browse files
authored
Merge pull request #9 from robomics/ci/enable-caching
Turn on GHA caching for pip deps
2 parents 97a2be8 + 1583a6b commit 48447cb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ jobs:
7575
uses: actions/setup-python@v5
7676
with:
7777
python-version: ${{ matrix.python_version }}
78+
cache: pip
79+
cache-dependency-path: pyproject.toml
7880

7981
- name: Install package
8082
run: pip install --verbose '.[test]'

0 commit comments

Comments
 (0)