mirror of
https://github.com/jdegenstein/jmwright-CQ-Editor.git
synced 2025-12-19 22:24:19 +01:00
Update pyinstaller-builds-actions-PIP-TAR.yml
This commit is contained in:
@@ -17,8 +17,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
environment-name: test
|
environment-name: test
|
||||||
environment-file: environment.yml
|
environment-file: environment.yml
|
||||||
create-args: >-
|
init-shell: >-
|
||||||
python=3.11
|
bash
|
||||||
|
# create-args: >-
|
||||||
|
# python=3.11
|
||||||
- name: pip install cadquery CQ-editor ... etc
|
- name: pip install cadquery CQ-editor ... etc
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
@@ -27,7 +29,6 @@ jobs:
|
|||||||
sudo apt install -y libxkbcommon-x11-0
|
sudo apt install -y libxkbcommon-x11-0
|
||||||
sudo apt install -y libxcb-xinerama0
|
sudo apt install -y libxcb-xinerama0
|
||||||
sudo apt install -y qtbase5-dev qt5-qmake
|
sudo apt install -y qtbase5-dev qt5-qmake
|
||||||
micromamba activate test
|
|
||||||
micromamba info
|
micromamba info
|
||||||
pip install pyopengl
|
pip install pyopengl
|
||||||
pip install git+https://github.com/jdegenstein/jmwright-CQ-Editor
|
pip install git+https://github.com/jdegenstein/jmwright-CQ-Editor
|
||||||
@@ -61,12 +62,13 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
environment-name: test
|
environment-name: test
|
||||||
environment-file: environment.yml
|
environment-file: environment.yml
|
||||||
create-args: >-
|
init-shell: >-
|
||||||
python=3.11
|
bash
|
||||||
|
# create-args: >-
|
||||||
|
# python=3.11
|
||||||
- name: pip install cadquery CQ-editor ... etc
|
- name: pip install cadquery CQ-editor ... etc
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
micromamba activate test
|
|
||||||
micromamba info
|
micromamba info
|
||||||
pip install git+https://github.com/jdegenstein/jmwright-CQ-Editor
|
pip install git+https://github.com/jdegenstein/jmwright-CQ-Editor
|
||||||
pip install --pre git+https://github.com/cadquery/cadquery casadi
|
pip install --pre git+https://github.com/cadquery/cadquery casadi
|
||||||
@@ -103,12 +105,11 @@ jobs:
|
|||||||
environment-file: environment.yml
|
environment-file: environment.yml
|
||||||
init-shell: >-
|
init-shell: >-
|
||||||
bash
|
bash
|
||||||
create-args: >-
|
# create-args: >-
|
||||||
python=3.11
|
# python=3.11
|
||||||
- name: pip install cadquery CQ-editor ... etc
|
- name: pip install cadquery CQ-editor ... etc
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
micromamba activate test
|
|
||||||
micromamba info
|
micromamba info
|
||||||
pip install git+https://github.com/jdegenstein/jmwright-CQ-Editor
|
pip install git+https://github.com/jdegenstein/jmwright-CQ-Editor
|
||||||
pip install --pre git+https://github.com/cadquery/cadquery casadi
|
pip install --pre git+https://github.com/cadquery/cadquery casadi
|
||||||
|
|||||||
Reference in New Issue
Block a user