Use Python 3.6 to generate the API documentation

This commit is contained in:
grossmj 2020-10-23 19:14:14 +10:30
parent 4cf054061d
commit 80ca9100b9

View File

@ -12,6 +12,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.6
- name: Install dependencies
run: |
python -m pip install --upgrade pip