Skip to content

Commit

Permalink
Update nanobind.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
iglesias authored May 16, 2024
1 parent cdbc826 commit cacbe62
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/nanobind.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,11 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Install Python development dependency
run: |
sudo apt-get update
sudo apt-get install python3.12-dev
python -m pip install --upgrade pip
# pip install -r requirements.txt
- name: build_nanobind.sh
run: ./build_nanobind.sh

0 comments on commit cacbe62

Please sign in to comment.