Skip to content

Commit

Permalink
Update pyinstaller-builds-actions-PIP-TAR.yml
Browse files Browse the repository at this point in the history
back to python 3.10
  • Loading branch information
jdegenstein authored Oct 30, 2023
1 parent 035b95c commit e00e40c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pyinstaller-builds-actions-PIP-TAR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
environment-name: test
environment-file: environment.yml
create-args: >-
python=3.11
python=3.10
- name: pip install cadquery CQ-editor ... etc
shell: bash --login {0}
run: |
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
environment-name: test
environment-file: environment.yml
create-args: >-
python=3.11
python=3.10
- name: pip install cadquery CQ-editor ... etc
shell: bash --login {0}
run: |
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
init-shell: >-
powershell
create-args: >-
python=3.11
python=3.10
- name: pip install cadquery CQ-editor ... etc
shell: powershell
run: |
Expand Down

0 comments on commit e00e40c

Please sign in to comment.