diff --git a/.github/workflows/pyinstaller-builds-actions-PIP-TAR.yml b/.github/workflows/pyinstaller-builds-actions-PIP-TAR.yml index 3b7a33e..5fffa1b 100644 --- a/.github/workflows/pyinstaller-builds-actions-PIP-TAR.yml +++ b/.github/workflows/pyinstaller-builds-actions-PIP-TAR.yml @@ -101,6 +101,8 @@ jobs: #auto-update-conda: true environment-name: test environment-file: environment.yml + init-shell: >- + powershell create-args: >- python=3.10 - name: pip install cadquery CQ-editor ... etc