Skip to content

Commit 6ecdd10

Browse files
authored
Update ci.yml
1 parent 8744135 commit 6ecdd10

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
lint:
11-
runs-on: ubuntu-24.04
11+
runs-on: ubuntu-22.04
1212

1313
steps:
1414
- name: Checkout repository
@@ -17,15 +17,14 @@ jobs:
1717
- name: Set up Python
1818
uses: actions/setup-python@v5
1919
with:
20-
python-version: "3.12.3"
20+
python-version: "3.11"
2121

22+
# ───── Кэш pip ─────
2223
- name: Cache pip
2324
uses: actions/cache@v3
2425
with:
2526
path: ~/.cache/pip
26-
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
27-
restore-keys: |
28-
${{ runner.os }}-pip-
27+
key: ${{ runner.os }}-pip-ruff-v1
2928

3029
- name: Install dependencies
3130
run: |

0 commit comments

Comments
 (0)