Skip to content

Commit cba9727

Browse files
committed
Down
1 parent 00ca5cd commit cba9727

1 file changed

Lines changed: 5 additions & 11 deletions

File tree

.github/workflows/test.yml

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -48,17 +48,11 @@ jobs:
4848
- uses: actions/checkout@v3
4949

5050
- name: Set up Python ${{ matrix.python-version }}
51-
uses: actions/setup-python@v3
52-
with:
53-
python-version: '3.9'
54-
55-
- name: Cache pip
56-
uses: actions/cache@v3
57-
with:
58-
path: ~/.cache/pip
59-
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements*.txt') }}
60-
restore-keys: |
61-
${{ runner.os }}-pip-
51+
uses: actions/setup-python@v3
52+
with:
53+
python-version: ${{ matrix.python-version }}
54+
cache: pip
55+
cache-dependency-path: '**/requirements*.txt'
6256

6357
- name: Install Python dependencies
6458
run: |

0 commit comments

Comments
 (0)