Skip to content

Commit

Permalink
Specify python 3.10 for docs build in GitHub actions (#1971)
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Sanders <pau@ethyca.com>
  • Loading branch information
Paul Sanders and Paul Sanders authored Dec 2, 2022
1 parent 557a656 commit 306b2c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
fetch-depth: 0

- uses: actions/setup-python@v4
with:
python-version: "3.10"

- name: Echo the Release Tag
run: echo ${{ env.TAG }}
Expand Down

0 comments on commit 306b2c5

Please sign in to comment.