Skip to content

Commit

Permalink
Try updating python version (nb ci) for new latest Ubuntu.
Browse files Browse the repository at this point in the history
  • Loading branch information
iglesias authored Oct 14, 2024
1 parent c82f55f commit 4a89a2a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nanobind.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,18 @@ jobs:
- name: Python setup
uses: actions/setup-python@v5
with:
python-version: '3.11.9'
python-version: '3.12'
- name: Install Python development dependency
run: |
sudo apt-get update
sudo apt-get install python3.11-dev
sudo apt-get install python3.12-dev
python -m pip install --upgrade pip
pip install robotframework
# pip install -r requirements.txt
- name: Build
run: ./build_nb.sh
- name: Test
working-directory: ${{github.workspace}}
run: python3.11 nob.py
run: python3.12 nob.py
- name: Robot
run: PYTHONPATH=.:robot robot -d logs robot/NobTestSuite.robot

0 comments on commit 4a89a2a

Please sign in to comment.