diff --git a/.github/workflows/website-deploy.yml b/.github/workflows/website-deploy.yml index 7bed0b35..71f97659 100644 --- a/.github/workflows/website-deploy.yml +++ b/.github/workflows/website-deploy.yml @@ -20,7 +20,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v2 with: - python-version: 3.8 + python-version: "3.9" architecture: "x64" - uses: Gr1N/setup-poetry@v7