GH Actions init-shell powershell for windows

This commit is contained in:
jdegenstein
2023-06-15 10:00:09 -05:00
committed by GitHub
parent 1b75bf8fc0
commit a83d03c7ef

View File

@@ -101,6 +101,8 @@ jobs:
#auto-update-conda: true #auto-update-conda: true
environment-name: test environment-name: test
environment-file: environment.yml environment-file: environment.yml
init-shell: >-
powershell
create-args: >- create-args: >-
python=3.10 python=3.10
- name: pip install cadquery CQ-editor ... etc - name: pip install cadquery CQ-editor ... etc