Skip to content

Commit

Permalink
re-add pybind11 in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
pantor committed Sep 5, 2024
1 parent b860bd3 commit 4493a5a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
- name: Get cross-platform /dev/null for hidden output
run: echo "HIDDEN=$(python3 -c "import os; print(os.devnull)")" >> $GITHUB_ENV

- name: Install pybind11
run: git clone --depth 1 --branch v2.13.1 https://github.com/pybind/pybind11.git

- name: Install valgrind
if: matrix.os == 'ubuntu-latest'
run: sudo apt-get update && sudo apt-get install -y valgrind
Expand Down

0 comments on commit 4493a5a

Please sign in to comment.