Skip to content

Commit ebdb30e

Browse files
committed
Try enabling cache for pip dependencies
1 parent f1b5dbc commit ebdb30e

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
@@ -95,6 +95,8 @@ jobs:
9595
3.13
9696
pypy3.11
9797
allow-prereleases: true
98+
cache: "pip"
99+
cache-dependency-path: pyproject.toml
98100
- name: Enable UTF-8 on Windows
99101
run: echo "PYTHONUTF8=1" >> $env:GITHUB_ENV
100102
if: runner.os == 'Windows' && startsWith(matrix.noxenv, 'tests')

0 commit comments

Comments
 (0)