We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d5d880 commit fdbc852Copy full SHA for fdbc852
.github/workflows/wheels.yml
@@ -32,7 +32,7 @@ env:
32
MACOSX_DEPLOYMENT_TARGET: 12
33
34
jobs:
35
- build-arm-macos:
+ wheels:
36
runs-on: ${{ matrix.os }}
37
strategy:
38
matrix:
@@ -61,7 +61,7 @@ jobs:
61
curl -LsSf https://astral.sh/uv/install.sh | sh
62
uv venv -p 3.11.4
63
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
+ - run: source .venv/bin/activate && MAKEOPTS="-j$(sysctl -n hw.logicalcpu)" BUILD_TYPE="${{ inputs.release_type }}" make -j$(sysctl -n hw.logicalcpu) uv-install
65
- name: Install Pytest
66
run: USE_COVERAGE=1 make pytest-install
67
- name: Set up the repo for coverage reporting
0 commit comments