mirror of
https://github.com/mustbeperfect/definitive-opensource.git
synced 2026-04-18 01:54:11 +02:00
Moved python install after uv setup
This commit is contained in:
6
.github/workflows/update-stats.yml
vendored
6
.github/workflows/update-stats.yml
vendored
@@ -19,12 +19,12 @@ jobs:
|
|||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
persist-credentials: true
|
persist-credentials: true
|
||||||
|
|
||||||
- name: Set up Python
|
|
||||||
run: uv python install
|
|
||||||
|
|
||||||
- name: Install UV
|
- name: Install UV
|
||||||
uses: astral-sh/setup-uv@v7
|
uses: astral-sh/setup-uv@v7
|
||||||
|
|
||||||
|
- name: Set up Python
|
||||||
|
run: uv python install
|
||||||
|
|
||||||
- name: Install project
|
- name: Install project
|
||||||
run: uv sync --no-dev
|
run: uv sync --no-dev
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user