We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fad7b57 commit 1cfdf47Copy full SHA for 1cfdf47
.github/workflows/ci.yml
@@ -21,5 +21,5 @@ jobs:
21
- run: docker compose up --detach db
22
- uses: astral-sh/setup-uv@v5
23
with:
24
- python-version: ${{maxtrix.python}}
+ python-version: ${{matrix.python}}
25
- run: uv sync --all-extras --dev
0 commit comments