From fb58b5b2aca5f5d7f25f3158d3d3e88e18bdafa1 Mon Sep 17 00:00:00 2001 From: "Jacob L. Steenwyk" Date: Tue, 26 Jul 2022 14:31:28 -0500 Subject: [PATCH] deploy docs using python 3.9 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 673c9913..8c7e7374 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,7 +74,7 @@ jobs: - name: Setup Python uses: actions/setup-python@master with: - python-version: 3.7 + python-version: 3.9 - name: Install pipenv uses: dschep/install-pipenv-action@v1 - name: Build docs