File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 2323 python-version-file : " .python-version"
2424
2525 - name : Install uv
26- uses : astral-sh/setup-uv@v1
26+ uses : astral-sh/setup-uv@v6
27+
28+ - name : Add uv to PATH
29+ run : |
30+ echo "$HOME/.cargo/bin" >> $GITHUB_PATH
2731
2832 - name : Install dependencies
2933 run : uv sync --dev
Original file line number Diff line number Diff line change 3030 python-version : ${{ matrix.python-version }}
3131
3232 - name : Install uv
33- run : |
34- curl -LsSf https://astral.sh/uv/install.sh | sh
33+ uses : astral-sh/setup-uv@v6
3534
3635 - name : Add uv to PATH
3736 run : |
Original file line number Diff line number Diff line change 2222 python-version : " 3.10"
2323
2424 - name : Install uv
25- run : curl -LsSf https:// astral. sh/uv/install.sh | sh
25+ uses : astral- sh/setup-uv@v6
2626
2727 - name : Configure uv shell
2828 run : echo "$HOME/.cargo/bin" >> $GITHUB_PATH
You can’t perform that action at this time.
0 commit comments