mirror of
https://github.com/astral-sh/setup-uv.git
synced 2025-12-15 11:07:14 +00:00
Compare commits
3 Commits
7dd56c18e9
...
x64-on-mac
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
afa7582669 | ||
|
|
178048426a | ||
|
|
3a905cc320 |
13
.github/workflows/test.yml
vendored
13
.github/workflows/test.yml
vendored
@@ -16,6 +16,19 @@ permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
test-x64-on-mac-arm64:
|
||||
runs-on: macos-latest
|
||||
steps:
|
||||
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
||||
with:
|
||||
persist-credentials: false
|
||||
- name: Install uv
|
||||
uses: ./
|
||||
with:
|
||||
python-version: cpython-3.9-macos-x86_64
|
||||
activate-environment: true
|
||||
- run: uv sync
|
||||
working-directory: __tests__/fixtures/uv-project
|
||||
lint:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
|
||||
Reference in New Issue
Block a user