Skip to content

Commit 7337a9e

Browse files
committed
Github Actions: no cache, update versions
1 parent 775dca6 commit 7337a9e

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,9 @@ jobs:
88
matrix:
99
python-version: [3.9, "3.10", "3.11", "3.12", "3.13"]
1010
steps:
11-
- uses: actions/checkout@v2
12-
- uses: actions/setup-python@v1
11+
- uses: actions/checkout@v4
12+
- uses: actions/setup-python@v5
1313
with:
1414
python-version: ${{ matrix.python-version }}
15-
- uses: actions/cache@v1
16-
with:
17-
path: ~/.cache/pip
18-
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements_dev.txt') }}
19-
restore-keys: |
20-
${{ runner.os }}-pip-
2115
- run: pip install -e .[dev]
2216
- run: python -m unittest discover

0 commit comments

Comments
 (0)