Skip to content

Commit 4275b40

Browse files
author
Timon Viola
committed
chore: update ci
1 parent 02f9efa commit 4275b40

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,15 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v3
1515
- uses: actions/setup-python@v3
16+
- name: Set up pip cache
17+
if: runner.os == 'Linux'
18+
uses: actions/cache@v3
19+
with:
20+
path: ~/.cache/pip
21+
key: ${{ runner.os }}-pip-${{ hashFiles('pyproject.toml') }}
22+
restore-keys: ${{ runner.os }}-pip-
23+
- name: Install Hatch
24+
run: pipx install hatch
1625
- uses: pre-commit/action@v3.0.1
1726

1827
test:

0 commit comments

Comments
 (0)