add pip cache
Some checks failed
Pipeline main branch / test (push) Failing after 6s

This commit is contained in:
continuist 2025-03-29 22:22:43 -04:00
parent 800bdf6c3f
commit 106391a2ec

View file

@ -17,6 +17,7 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: '3.12.9'
cache: 'pip'
- name: Install dependencies
run: |