Skip to content

Commit

Permalink
Try pinning Python version to 3.10.*
Browse files Browse the repository at this point in the history
  • Loading branch information
santisoler committed Feb 25, 2023
1 parent 90d97ac commit bbead3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
runs-on: ubuntu-latest
env:
REQUIREMENTS: env/requirements-build.txt env/requirements-docs.txt
PYTHON: "3.10"
PYTHON: "3.10.*"

steps:
# Cancel any previous run of the test job
Expand Down

0 comments on commit bbead3f

Please sign in to comment.