Compare commits

..

1 commit

Author SHA1 Message Date
9ba219c24a reorder
Some checks failed
Run tests / build (3.12) (pull_request) Failing after 41s
Run tests / build (3.13) (pull_request) Failing after 40s
2025-04-26 17:38:45 -07:00

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: