From 21f583800a3e30855f83ad6b52c8efcd5f48bf31 Mon Sep 17 00:00:00 2001 From: Dion Moult Date: Thu, 2 Mar 2023 21:43:10 +1100 Subject: [PATCH] Ensure Python 3.10 is used to fetch BlenderBIM Add-on dependencies --- .github/workflows/ci-blenderbim-matrix.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-blenderbim-matrix.yml b/.github/workflows/ci-blenderbim-matrix.yml index ddacee60ad..9678c55c92 100644 --- a/.github/workflows/ci-blenderbim-matrix.yml +++ b/.github/workflows/ci-blenderbim-matrix.yml @@ -62,6 +62,7 @@ jobs: - uses: actions/setup-python@v2 # https://github.com/actions/setup-python with: architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified + python-version: '3.10' - run: echo ${{ env.DATE }} - name: Get current date id: date