CI: fix incorrect syntax

This commit is contained in:
Lukáš Kucharczyk 2023-11-18 10:46:29 +01:00
parent eaeb09598e
commit 269801f3fd
Signed by: lukas
SSH Key Fingerprint: SHA256:vMuSwvwAvcT6htVAioMP7rzzwMQNi3roESyhv+nAxeg
1 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,8 @@ on:
jobs:
test:
runs-on: python:3.12
runs-on: ubuntu-latest
uses: python:3.12
steps:
- python -m pip install poetry
- poetry install