Revert "pin python version for doc building"

This reverts commit 645cb6c2a5.
This commit is contained in:
Jeff Epler 2022-09-27 08:20:44 -05:00
parent 645cb6c2a5
commit 62aa7dfcdb
No known key found for this signature in database
GPG Key ID: D5BF15AB975AB4DE
1 changed files with 1 additions and 1 deletions

View File

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