From c52a2a4436ad095ed0dbd563bbd2ae33b397548d Mon Sep 17 00:00:00 2001 From: jdegenstein Date: Mon, 3 Oct 2022 11:06:28 -0500 Subject: [PATCH] unpin pyqt=5.15 and remove cq-editor=master testing build actions --- .github/workflows/pyinstaller-builds-actions-mmamba.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pyinstaller-builds-actions-mmamba.yml b/.github/workflows/pyinstaller-builds-actions-mmamba.yml index ef03a7a..fd6d74d 100644 --- a/.github/workflows/pyinstaller-builds-actions-mmamba.yml +++ b/.github/workflows/pyinstaller-builds-actions-mmamba.yml @@ -29,7 +29,7 @@ jobs: sudo apt install -y libxkbcommon-x11-0 sudo apt install -y libxcb-xinerama0 micromamba info - micromamba install -c cadquery -c conda-forge cq-editor=master cadquery=master debugpy pyqt=5.15 ipython=8.4.0 jedi=0.17.2 python=3.9 + micromamba install -c cadquery -c conda-forge cadquery=master debugpy ipython=8.4.0 jedi=0.17.2 python=3.9 micromamba install -c conda-forge pyinstaller=4.10 pip install path pip install git+https://github.com/gumyr/cq_warehouse.git#egg=cq_warehouse @@ -98,7 +98,7 @@ jobs: - name: Mamba install CadQuery and pyinstaller shell: powershell run: | - micromamba install -c cadquery -c conda-forge cq-editor=master cadquery=master pyqt=5.15 debugpy ipython=8.4.0 jedi=0.17.2 python=3.9 + micromamba install -c cadquery -c conda-forge cadquery=master debugpy ipython=8.4.0 jedi=0.17.2 python=3.9 micromamba install -c conda-forge pyinstaller=4.10 pip install path pip install pipwin