mirror of
https://github.com/astral-sh/setup-uv.git
synced 2025-12-15 11:07:14 +00:00
Compare commits
2 Commits
v6.5.0
...
test-activ
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
185459b7f8 | ||
|
|
221dfb4c5a |
28
.github/workflows/test.yml
vendored
28
.github/workflows/test.yml
vendored
@@ -275,6 +275,34 @@ jobs:
|
||||
fi
|
||||
shell: bash
|
||||
|
||||
test-activate-environment-bin:
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ ubuntu-latest, macos-latest, windows-latest ]
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version-file: __tests__/fixtures/uv-project/pyproject.toml
|
||||
- name: Install latest version
|
||||
uses: ./
|
||||
with:
|
||||
activate-environment: true
|
||||
working-directory: __tests__/fixtures/uv-project
|
||||
- name: uv sync
|
||||
working-directory: __tests__/fixtures/uv-project
|
||||
run: uv sync
|
||||
shell: bash
|
||||
env:
|
||||
UV_PYTHON_DOWNLOADS: "never"
|
||||
UV_SYSTEM_PYTHON: 1
|
||||
- name: Verify bin files available
|
||||
working-directory: __tests__/fixtures/uv-project
|
||||
run: ruff --version
|
||||
shell: bash
|
||||
|
||||
test-musl:
|
||||
runs-on: ubuntu-latest
|
||||
container: alpine
|
||||
|
||||
Reference in New Issue
Block a user