From 2d4278051b857831033cab0e92aa6bd584fe87d3 Mon Sep 17 00:00:00 2001 From: kandrusyak Date: Tue, 28 Jul 2026 00:50:58 +0300 Subject: [PATCH] ci: avoid unreachable actions cache --- .github/workflows/delivery.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/delivery.yml b/.github/workflows/delivery.yml index c9c0e92..f4d7b66 100644 --- a/.github/workflows/delivery.yml +++ b/.github/workflows/delivery.yml @@ -26,7 +26,6 @@ jobs: - uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - cache: pip - name: Install test dependencies run: | python -m pip install --upgrade pip