pin all to python=3.10

This commit is contained in:
jdegenstein
2023-02-27 11:50:04 -06:00
committed by GitHub
parent df863ae27c
commit be2989c424

View File

@@ -63,7 +63,7 @@ jobs:
environment-name: test environment-name: test
environment-file: environment.yml environment-file: environment.yml
extra-specs: extra-specs:
python=3.9 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: |
@@ -102,7 +102,7 @@ jobs:
environment-name: test environment-name: test
environment-file: environment.yml environment-file: environment.yml
extra-specs: extra-specs:
python=3.9 python=3.10
- name: pip install cadquery CQ-editor ... etc - name: pip install cadquery CQ-editor ... etc
shell: powershell shell: powershell
run: | run: |