Test removing conda force uninstall

micromamba uninstall --force -y importlib_resources [did not work with micromamba, unsupported command]
This commit is contained in:
jdegenstein
2022-09-20 09:10:50 -05:00
committed by GitHub
parent 9e50de27df
commit bcfdcf0aba

View File

@@ -31,7 +31,6 @@ jobs:
micromamba info 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 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 install -c conda-forge pyinstaller=4.10
micromamba uninstall --force -y importlib_resources
pip install path pip install path
pip install git+https://github.com/gumyr/cq_warehouse.git#egg=cq_warehouse pip install git+https://github.com/gumyr/cq_warehouse.git#egg=cq_warehouse
pip install git+https://github.com/meadiode/cq_gears.git@main pip install git+https://github.com/meadiode/cq_gears.git@main
@@ -66,7 +65,6 @@ jobs:
micromamba info 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 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 install -c conda-forge pyinstaller
micromamba uninstall --force -y importlib_resources
pip install path pip install path
pip uninstall -y PyQt5 pip uninstall -y PyQt5
pip install PyQt5==5.15.7 pip install PyQt5==5.15.7