Skip to content

Commit b749d7c

Browse files
committed
Github Actions: no cache, update versions
1 parent 80e5a99 commit b749d7c

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,11 @@ jobs:
88
matrix:
99
python-version: [ '3.10' ]
1010
steps:
11-
- uses: actions/checkout@v2
11+
- uses: actions/checkout@v4
1212
- name: Setup python
13-
uses: actions/setup-python@v2
13+
uses: actions/setup-python@v5
1414
with:
1515
python-version: ${{ matrix.python-version }}
1616
architecture: x64
17-
- uses: actions/cache@v1
18-
with:
19-
path: ~/.cache/pip
20-
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements_dev.txt') }}-${{ matrix.python-version }}
21-
restore-keys: |
22-
${{ runner.os }}-pip-
2317
- run: pip install -r requirements_dev.txt
2418
- run: py.test

0 commit comments

Comments
 (0)