pin python version for doc building

This commit is contained in:
Jeff Epler 2022-09-25 12:22:50 -05:00
parent 2c35e5e284
commit 645cb6c2a5
No known key found for this signature in database
GPG Key ID: D5BF15AB975AB4DE

View File

@ -220,7 +220,7 @@ jobs:
- name: Set up Python 3
uses: actions/setup-python@v2
with:
python-version: "3.x"
python-version: "3.10.6"
- name: Install dependencies
run: |
sudo apt-get update