Skip to content

Commit 56a584c

Browse files
committed
CI: set up pip caching
1 parent b821857 commit 56a584c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,11 @@ jobs:
3232
path: cldr
3333
key: cldr-${{ hashFiles('scripts/*cldr*') }}
3434
- name: Set up Python ${{ matrix.python-version }}
35-
uses: actions/setup-python@v3
35+
uses: actions/setup-python@v4
3636
with:
3737
python-version: ${{ matrix.python-version }}
38+
cache: "pip"
39+
cache-dependency-path: "**/setup.py"
3840
- name: Install dependencies
3941
run: |
4042
python -m pip install --upgrade pip setuptools wheel

0 commit comments

Comments
 (0)