Fix mismatched doc building python version that prevents package install (#596)

This commit is contained in:
Jack
2022-11-13 22:33:35 -06:00
committed by GitHub
parent dcad7f34a2
commit 41a00bc90f

View File

@@ -105,7 +105,7 @@ jobs:
# Install Python.
- uses: actions/setup-python@v4
with:
python-version: '3.6'
python-version: '3.9'
- name: Install dependencies
run: |