We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b821857 commit 56a584cCopy full SHA for 56a584c
.github/workflows/test.yml
@@ -32,9 +32,11 @@ jobs:
32
path: cldr
33
key: cldr-${{ hashFiles('scripts/*cldr*') }}
34
- name: Set up Python ${{ matrix.python-version }}
35
- uses: actions/setup-python@v3
+ uses: actions/setup-python@v4
36
with:
37
python-version: ${{ matrix.python-version }}
38
+ cache: "pip"
39
+ cache-dependency-path: "**/setup.py"
40
- name: Install dependencies
41
run: |
42
python -m pip install --upgrade pip setuptools wheel
0 commit comments