Update pyinstaller-builds-actions-PIP-TAR.yml

back to python 3.10
This commit is contained in:
jdegenstein
2023-10-30 13:44:07 -05:00
committed by GitHub
parent 035b95c508
commit e00e40c7b0

View File

@@ -20,7 +20,7 @@ jobs:
environment-name: test environment-name: test
environment-file: environment.yml environment-file: environment.yml
create-args: >- create-args: >-
python=3.11 python=3.10
- name: pip install cadquery CQ-editor ... etc - name: pip install cadquery CQ-editor ... etc
shell: bash --login {0} shell: bash --login {0}
run: | run: |
@@ -63,7 +63,7 @@ jobs:
environment-name: test environment-name: test
environment-file: environment.yml environment-file: environment.yml
create-args: >- create-args: >-
python=3.11 python=3.10
- name: pip install cadquery CQ-editor ... etc - name: pip install cadquery CQ-editor ... etc
shell: bash --login {0} shell: bash --login {0}
run: | run: |
@@ -104,7 +104,7 @@ jobs:
init-shell: >- init-shell: >-
powershell powershell
create-args: >- create-args: >-
python=3.11 python=3.10
- name: pip install cadquery CQ-editor ... etc - name: pip install cadquery CQ-editor ... etc
shell: powershell shell: powershell
run: | run: |