Moved python install after uv setup

This commit is contained in:
Lucas
2026-01-15 11:25:40 -08:00
parent b687d8f842
commit 55d2c93387

View File

@@ -19,12 +19,12 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
persist-credentials: true
- name: Set up Python
run: uv python install
- name: Install UV
uses: astral-sh/setup-uv@v7
- name: Set up Python
run: uv python install
- name: Install project
run: uv sync --no-dev