Add uv-path and uvx-path output (#341)

Closes: #338
This commit is contained in:
Kevin Stillhammer 2025-03-21 13:44:23 +01:00 committed by GitHub
parent bf8ec1ea35
commit 22695119d7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 17 additions and 4 deletions

View file

@ -41,10 +41,15 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install latest version
id: setup-uv
uses: ./
- run: uv sync
working-directory: __tests__/fixtures/uv-project
shell: bash
- name: Check uv-path is set
run: ${{ steps.setup-uv.outputs.uv-path }} --version
- name: Check uvx-path is set
run: ${{ steps.setup-uv.outputs.uvx-path }} --version
test-specific-version:
runs-on: ubuntu-latest