Skip to content

Commit fdbc852

Browse files
committed
ci: In the wheel workflow, use the uv venv
1 parent 3d5d880 commit fdbc852

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ env:
3232
MACOSX_DEPLOYMENT_TARGET: 12
3333

3434
jobs:
35-
build-arm-macos:
35+
wheels:
3636
runs-on: ${{ matrix.os }}
3737
strategy:
3838
matrix:
@@ -61,7 +61,7 @@ jobs:
6161
curl -LsSf https://astral.sh/uv/install.sh | sh
6262
uv venv -p 3.11.4
6363
source .venv/bin/activate
64-
- run: MAKEOPTS="-j$(sysctl -n hw.logicalcpu)" BUILD_TYPE="${{ inputs.release_type }}" make -j$(sysctl -n hw.logicalcpu) uv-install
64+
- run: source .venv/bin/activate && MAKEOPTS="-j$(sysctl -n hw.logicalcpu)" BUILD_TYPE="${{ inputs.release_type }}" make -j$(sysctl -n hw.logicalcpu) uv-install
6565
- name: Install Pytest
6666
run: USE_COVERAGE=1 make pytest-install
6767
- name: Set up the repo for coverage reporting

0 commit comments

Comments
 (0)