From 80ca9100b9b7e47b7890a81e18119f14756a24be Mon Sep 17 00:00:00 2001 From: grossmj Date: Fri, 23 Oct 2020 19:14:14 +1030 Subject: [PATCH] Use Python 3.6 to generate the API documentation --- .github/workflows/publish_api_documentation.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish_api_documentation.yml b/.github/workflows/publish_api_documentation.yml index 6ebb8400..920b76e5 100644 --- a/.github/workflows/publish_api_documentation.yml +++ b/.github/workflows/publish_api_documentation.yml @@ -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