add cache
Some checks failed
Python Linters / pylint (pull_request) Failing after 58s
Python Linters / formatting (pull_request) Failing after 10s
Python Linters / mypy (pull_request) Failing after 10s
REUSE Compliance / reuse (pull_request) Successful in 8s
Selftests / test-build-install (pull_request) Failing after 7s
Selftests / test-sync (pull_request) Failing after 9s

This commit is contained in:
2025-01-12 19:45:10 +01:00
parent 553dffae1f
commit bf9d229fc7

View File

@@ -12,6 +12,10 @@ inputs:
runs:
using: "composite"
steps:
- uses: actions/setup-python@v5
with:
python-version: "3.12"
cache: "poetry" # caching poetry dependencies
- name: Add pipx to PATH
run: echo "/root/.local/bin" >> ${GITHUB_PATH}
- name: Install poetry