Skip to content

Commit

Permalink
bump notebook-checks to python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-springer committed Aug 21, 2024
1 parent b7aea08 commit c21b6df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nbval.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: "3.10"
python-version: "3.12"
- name: Install notebook environment
run: |
python -m pip install --upgrade pip wheel
Expand Down

0 comments on commit c21b6df

Please sign in to comment.