reorder
Some checks failed
Run tests / build (3.12) (pull_request) Failing after 41s
Run tests / build (3.13) (pull_request) Failing after 40s

This commit is contained in:
Nick Pegg 2025-04-26 17:38:45 -07:00
parent 6138b73c60
commit 9ba219c24a

View file

@ -18,12 +18,12 @@ jobs:
- '3.13'
steps:
- uses: actions/checkout@v4
- run: pip install --break-system-packages poetry
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: poetry
- run: pip install --break-system-packages poetry
- name: Cache deps
uses: actions/cache@v4
with: