From 252ddfb73f8f45d20044e53b3145a91f5d66671d Mon Sep 17 00:00:00 2001 From: Angus Hollands Date: Thu, 13 Jun 2024 19:17:05 +0100 Subject: [PATCH] ci: set the Python version --- .github/workflows/deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c6639e3..c1aa941 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -32,6 +32,8 @@ jobs: uses: actions/configure-pages@v3 - name: Setup Python uses: actions/setup-python@v5 + with: + python-version: "3.12" - name: Install Python dependencies run: python -m pip install pyyaml - uses: actions/setup-node@v4