3
0
Fork 0
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:
Miodrag Milanovic 2025-11-04 08:00:35 +01:00
parent 17c1388303
commit 35e4d967c6

View file

@ -54,6 +54,11 @@ jobs:
fetch-depth: 0 fetch-depth: 0
submodules: true submodules: true
persist-credentials: false 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 - uses: actions/setup-python@v5
- name: Get FFI - name: Get FFI
shell: bash shell: bash