From be2989c42411b290b523918f26780ac51a316727 Mon Sep 17 00:00:00 2001 From: jdegenstein Date: Mon, 27 Feb 2023 11:50:04 -0600 Subject: [PATCH] pin all to python=3.10 --- .github/workflows/pyinstaller-builds-actions-PIP-TAR.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pyinstaller-builds-actions-PIP-TAR.yml b/.github/workflows/pyinstaller-builds-actions-PIP-TAR.yml index 0291003..b00b979 100644 --- a/.github/workflows/pyinstaller-builds-actions-PIP-TAR.yml +++ b/.github/workflows/pyinstaller-builds-actions-PIP-TAR.yml @@ -63,7 +63,7 @@ jobs: environment-name: test environment-file: environment.yml extra-specs: - python=3.9 + python=3.10 - name: pip install cadquery CQ-editor ... etc shell: bash --login {0} run: | @@ -102,7 +102,7 @@ jobs: environment-name: test environment-file: environment.yml extra-specs: - python=3.9 + python=3.10 - name: pip install cadquery CQ-editor ... etc shell: powershell run: |