Skip to content

Commit

Permalink
ci: build docs with python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
percevalw committed Feb 24, 2024
1 parent 1c76a5a commit 0680f51
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: "3.10"

- name: Set PY variable
run: echo "PY=$(python -VV | sha256sum | cut -d' ' -f1)" >> $GITHUB_ENV
Expand Down

0 comments on commit 0680f51

Please sign in to comment.