Skip to content

Commit d80c580

Browse files
committed
Install pybind
1 parent adef7c9 commit d80c580

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/unit_tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ jobs:
4545
run: |
4646
echo "build-output-dir=${{ github.workspace }}/build" >> "$GITHUB_OUTPUT"
4747
48+
- name: Install pybind
49+
run: >
50+
pip install pybind11
51+
4852
- name: Install qoco
4953
run: >
5054
pip install .

0 commit comments

Comments
 (0)