From 994d945ba36eec7c97a2faecb5bf6cfbb11f63b7 Mon Sep 17 00:00:00 2001 From: Daniel Perrefort Date: Tue, 3 Oct 2023 15:21:39 -0400 Subject: [PATCH] Build docs with latest python version --- .github/workflows/DocumentationPublish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/DocumentationPublish.yml b/.github/workflows/DocumentationPublish.yml index 16ae5fa..dab6421 100644 --- a/.github/workflows/DocumentationPublish.yml +++ b/.github/workflows/DocumentationPublish.yml @@ -18,6 +18,8 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 + with: + python-version: '3.x' - name: Install dependencies run: pip install -r requirements.txt