Skip to content

Commit 925e649

Browse files
committed
Install pybind not from python
1 parent 5c827c3 commit 925e649

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/python.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,14 @@ jobs:
1616
- name: Prepare
1717
run: bash scripts/install_dependency.sh
1818

19+
- name: Install system dependencies
20+
run: |
21+
sudo apt-get update
22+
sudo apt-get install -y pybind11-dev
23+
1924
- name: Install Python dependencies
2025
run: |
2126
pip install --upgrade pip
22-
pip install pybind11
2327
pip install scikit-build-core
2428
pip install pytest
2529

0 commit comments

Comments
 (0)