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: |