From a83d03c7ef786b00c4cf768080215e2ead236e71 Mon Sep 17 00:00:00 2001 From: jdegenstein Date: Thu, 15 Jun 2023 10:00:09 -0500 Subject: [PATCH] GH Actions init-shell powershell for windows --- .github/workflows/pyinstaller-builds-actions-PIP-TAR.yml | 2 ++ 1 file changed, 2 insertions(+) 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