Skip to content

Commit

Permalink
Update Python version to 3.10 in GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
BirkhoffG committed Jun 23, 2024
1 parent 7dd3d6e commit 51b13ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nbdev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.9"
python-version: "3.10"
cache: "pip"
cache-dependency-path: settings.ini

Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.10
python-version: "3.10"
cache: "pip"
cache-dependency-path: settings.ini

Expand Down

0 comments on commit 51b13ce

Please sign in to comment.