ci: avoid unreachable actions cache
Some checks failed
delivery / quality (3.10) (push) Successful in 11s
delivery / quality (3.12) (push) Successful in 11s
delivery / build-and-push (push) Failing after 11s
delivery / deploy (push) Has been skipped

This commit is contained in:
kandrusyak
2026-07-28 00:50:58 +03:00
parent ee4a1e288d
commit 2d4278051b

View File

@@ -26,7 +26,6 @@ jobs:
- uses: actions/setup-python@v5 - uses: actions/setup-python@v5
with: with:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}
cache: pip
- name: Install test dependencies - name: Install test dependencies
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip