Skip to content

Commit

Permalink
Now try with apt-get and revert pip
Browse files Browse the repository at this point in the history
  • Loading branch information
iglesias authored Sep 2, 2024
1 parent 6919cd2 commit 9e67efa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/nob.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install libboost-all-dev libgtest-dev
pip install pybind11
sudo apt-get install libboost-all-dev libgtest-dev python-pybin11
- name: Build & Test
run: |
Expand Down

0 comments on commit 9e67efa

Please sign in to comment.