reorder
This commit is contained in:
parent
6138b73c60
commit
9ba219c24a
1 changed files with 1 additions and 1 deletions
|
@ -18,12 +18,12 @@ jobs:
|
||||||
- '3.13'
|
- '3.13'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- run: pip install --break-system-packages poetry
|
|
||||||
- name: Set up Python ${{ matrix.python-version }}
|
- name: Set up Python ${{ matrix.python-version }}
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
cache: poetry
|
cache: poetry
|
||||||
|
- run: pip install --break-system-packages poetry
|
||||||
- name: Cache deps
|
- name: Cache deps
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Reference in a new issue