ci: отключить pip cache в setup-python (таймаут Actions cache на Forgejo)
All checks were successful
CI / test (push) Successful in 35s

Made-with: Cursor
This commit is contained in:
Alexandr
2026-04-03 14:32:16 +03:00
parent 9f2aa2d2b5
commit 719991d60b

View File

@ -21,12 +21,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
# Без cache: pip — на Forgejo/act часто таймаут getCacheEntry (172.17.x), долгий шаг и warning.
- name: Python 3.12
uses: actions/setup-python@v5
with:
python-version: "3.12"
cache: pip
cache-dependency-path: pyproject.toml
- name: Pytest
run: |