CI: fix incorrect syntax
This commit is contained in:
parent
eaeb09598e
commit
269801f3fd
|
@ -6,7 +6,8 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: python:3.12
|
runs-on: ubuntu-latest
|
||||||
|
uses: python:3.12
|
||||||
steps:
|
steps:
|
||||||
- python -m pip install poetry
|
- python -m pip install poetry
|
||||||
- poetry install
|
- poetry install
|
||||||
|
|
Loading…
Reference in New Issue