From bcfdcf0aba2db62dcedc0aa9c8eae4172df2ca5b Mon Sep 17 00:00:00 2001 From: jdegenstein Date: Tue, 20 Sep 2022 09:10:50 -0500 Subject: [PATCH] Test removing conda force uninstall micromamba uninstall --force -y importlib_resources [did not work with micromamba, unsupported command] --- .github/workflows/pyinstaller-builds-actions-mmamba.yml | 2 -- 1 file changed, 2 deletions(-) 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