Skip to content

Commit

Permalink
Update nob.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
iglesias authored Jun 21, 2024
1 parent a3baf81 commit e17d30d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/nob.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:

- name: Install dependencies
run: sudo apt-get install libboost-all-dev libgtest-dev python3-dev python3-pybind11

- name: Ensure python points to python3
run: |
sudo update-alternatives --install /usr/bin/python python /usr/bin/python3 10
- name: Build & Test
run: |
Expand Down

0 comments on commit e17d30d

Please sign in to comment.