mirror of
https://github.com/astral-sh/setup-uv.git
synced 2026-02-08 02:27:26 +00:00
Update test to use setup-uv action and change workdir
--- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/astral-sh/setup-uv?shareId=XXXX-XXXX-XXXX-XXXX).
This commit is contained in:
parent
0e0f4bfefa
commit
dd9d89959c
1 changed files with 4 additions and 2 deletions
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
|
|
@ -42,9 +42,11 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
- name: Install latest version
|
||||
id: setup-uv
|
||||
uses: ./
|
||||
uses: astral-sh/setup-uv@v6
|
||||
with:
|
||||
working-directory: backend
|
||||
- run: uv sync
|
||||
working-directory: __tests__/fixtures/uv-project
|
||||
working-directory: backend
|
||||
shell: bash
|
||||
- name: Check uv-path is set
|
||||
run: ${{ steps.setup-uv.outputs.uv-path }} --version
|
||||
|
|
|
|||
Loading…
Reference in a new issue