From 705494bb7ee76946d0c3293d62e0e11809a4b044 Mon Sep 17 00:00:00 2001 From: Mikayla Date: Mon, 26 Aug 2024 13:55:13 +0000 Subject: [PATCH] specify python version --- .github/workflows/manifest.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/manifest.yml b/.github/workflows/manifest.yml index 35bce7a..b9a91db 100644 --- a/.github/workflows/manifest.yml +++ b/.github/workflows/manifest.yml @@ -32,6 +32,8 @@ jobs: uses: actions/configure-pages@v5 - name: Setup Python uses: actions/setup-python@v5 + with: + python-version: '3.10' # Generate manifest + shields files for main branch - name: Checkout main id: checkout-main