try removing cache: poetry
Some checks failed
Run tests / build (3.13) (pull_request) Failing after 30s
Run tests / build (3.12) (pull_request) Failing after 32s

This commit is contained in:
Nick Pegg 2025-04-26 17:36:50 -07:00
parent c970a846f3
commit 7d153e73e4

View file

@ -23,7 +23,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: poetry
# cache: poetry
- name: Cache deps
uses: actions/cache@v4
with: