re-add checkout - duh
This commit is contained in:
parent
7d153e73e4
commit
6138b73c60
1 changed files with 2 additions and 2 deletions
|
@ -17,13 +17,13 @@ jobs:
|
|||
- '3.12'
|
||||
- '3.13'
|
||||
steps:
|
||||
# - uses: actions/checkout@v4
|
||||
- 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
|
||||
cache: poetry
|
||||
- name: Cache deps
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
|
|
Loading…
Add table
Reference in a new issue