From 1bdd23e4b307c96b41fde42d4dc327224779d308 Mon Sep 17 00:00:00 2001 From: "d.kovalenko" Date: Mon, 6 Jul 2026 17:38:24 +0300 Subject: [PATCH] CI: lint and build-check use pip-cache --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 63455d08..6c89118c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,6 +29,7 @@ jobs: uses: actions/setup-python@v6 with: python-version: ${{ matrix.python-version }} + cache: 'pip' - name: Install dependencies run: | python -m pip install --upgrade pip @@ -51,6 +52,7 @@ jobs: uses: actions/setup-python@v6 with: python-version: "3.12" + cache: 'pip' - name: Install build tools run: |