CI: use Python 3.9 for building docs for now

This commit is contained in:
Scott Talbert
2024-09-10 22:11:13 -04:00
parent 1ec665af0d
commit 889431e717

View File

@@ -227,10 +227,10 @@ jobs:
with:
submodules: 'recursive'
- name: Set up Python 3.10
- name: Set up Python 3.9
uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: '3.9'
cache: 'pip'
- name: Install Python dependencies