mirror of
https://github.com/YosysHQ/yosys
synced 2025-11-06 06:16:04 +00:00
install UV in wheels.yml
This commit is contained in:
parent
17c1388303
commit
35e4d967c6
1 changed files with 5 additions and 0 deletions
5
.github/workflows/wheels.yml
vendored
5
.github/workflows/wheels.yml
vendored
|
|
@ -54,6 +54,11 @@ jobs:
|
|||
fetch-depth: 0
|
||||
submodules: true
|
||||
persist-credentials: false
|
||||
- if: ${{ matrix.os.family == 'linux' }}
|
||||
name: "[Linux] Install UV"
|
||||
shell: bash
|
||||
run: |
|
||||
curl -LsSf https://astral.sh/uv/install.sh | sh
|
||||
- uses: actions/setup-python@v5
|
||||
- name: Get FFI
|
||||
shell: bash
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue