From ba37b745fa13a843eb12d6a7d5f9b5c4e794a823 Mon Sep 17 00:00:00 2001 From: Kyle Finley Date: Fri, 9 Aug 2024 15:47:18 -0400 Subject: [PATCH] try building with a different version of python --- .github/workflows/cicd.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 26d14796c..936fb62d7 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -237,6 +237,7 @@ jobs: with: poetry-install: false poetry-plugins: poetry-dynamic-versioning + python-version: 3.12 # Remove apt repos that are known to break from time to time # See https://github.com/actions/virtual-environments/issues/323 - name: Remove broken apt repos (ubuntu)