Compare commits

..

No commits in common. "9ba219c24a01cecf92e9cf4df7365ac44c25f492" and "6138b73c6023b04224478aefa5e392abbaf83cdc" have entirely different histories.

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: