diff --git a/.github/workflows/pyinstaller-builds-actions-mmamba.yml b/.github/workflows/pyinstaller-builds-actions-mmamba.yml index 8127038..5896eb4 100644 --- a/.github/workflows/pyinstaller-builds-actions-mmamba.yml +++ b/.github/workflows/pyinstaller-builds-actions-mmamba.yml @@ -31,7 +31,6 @@ jobs: micromamba info micromamba install -c cadquery -c conda-forge cq-editor=master cadquery=master debugpy ipython=8.4.0 jedi=0.17.2 python=3.9 micromamba install -c conda-forge pyinstaller=4.10 - micromamba uninstall --force -y importlib_resources pip install path pip install git+https://github.com/gumyr/cq_warehouse.git#egg=cq_warehouse pip install git+https://github.com/meadiode/cq_gears.git@main @@ -66,7 +65,6 @@ jobs: micromamba info micromamba install -c cadquery -c conda-forge cq-editor=master cadquery=master debugpy ipython=8.4.0 jedi=0.17.2 python=3.9 micromamba install -c conda-forge pyinstaller - micromamba uninstall --force -y importlib_resources pip install path pip uninstall -y PyQt5 pip install PyQt5==5.15.7