Skip to content

Commit 02e76e3

Browse files
committed
Add python venv for cmake build check
1 parent ba22927 commit 02e76e3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/cmake.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ jobs:
3232
ninja-build \
3333
software-properties-common
3434
- uses: actions/checkout@v4
35+
uses: astral-sh/setup-uv@v7
36+
- name: Set up a venv with uv
37+
run: |
38+
uv venv
39+
uv pip install pybind11-stubgen numpy
3540
- name: Check CMake configure
3641
run: cmake -B build -G Ninja
3742
- name: CMake build

0 commit comments

Comments
 (0)