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 cacbe62 commit 1c25f2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nanobind.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
- name: Python setup
uses: actions/setup-python@v5
with:
python-version: '3.12'
python-version: '3.11.9'
- name: Install Python development dependency
run: |
sudo apt-get update
sudo apt-get install python3.12-dev
sudo apt-get install python3.11-dev
python -m pip install --upgrade pip
# pip install -r requirements.txt
- name: build_nanobind.sh
Expand Down

0 comments on commit 1c25f2c

Please sign in to comment.