Skip to content

Commit

Permalink
bump to py 3.10 for docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
dsschult committed Jan 30, 2024
1 parent 62257b9 commit 0530718
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.9
uses: actions/setup-python@v2
- name: Set up Python 3.10
uses: actions/setup-python@v5
with:
python-version: 3.9
python-version: 3.10
- name: Install deps
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 0530718

Please sign in to comment.