Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(python): Update the python version in docs presubmit to use 3.10 #2045

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

parthea
Copy link
Contributor

@parthea parthea commented Dec 19, 2024

The docs nox session requires Python 3.10 but the Github action runs with Python 3.9

@nox.session(python="3.10")
def docs(session):

jobs:
docs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: "3.9"

@parthea parthea requested a review from a team as a code owner December 19, 2024 20:03
@parthea parthea changed the title chore(python): Update the python version in docs to use 3.10 chore(python): Update the python version in docs presubmit to use 3.10 Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants