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 22, 2024
1 parent db558f0 commit 435a11e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/nob.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,13 @@ jobs:
- name: Python setup
uses: actions/setup-python@v5
with:
python-version: '3'
python-version: '3.11'

- name: Install dependencies
run: sudo apt-get install libboost-all-dev libgtest-dev libpython3.12-dev python3-pybind11
run: |
sudo apt-get update
sudo apt-get install libboost-all-dev libgtest-dev
sudo apt-get install python3.11-dev libpython3.11-dev python3-pybind11 python3.11-pybind11
- name: Build & Test
run: |
Expand Down

0 comments on commit 435a11e

Please sign in to comment.