Skip to content

Commit

Permalink
chore(ci): Update python version for docs pipeline (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
averikitsch authored Dec 19, 2024
1 parent 3cfa2f6 commit 557ebc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
with:
python-version: "3.9"
python-version: "3.10"
- name: Install nox
run: |
python -m pip install --upgrade setuptools pip wheel
Expand All @@ -35,4 +35,4 @@ jobs:
python -m pip install nox
- name: Run docfx
run: |
nox -s docfx
nox -s docfx

0 comments on commit 557ebc7

Please sign in to comment.