mirror of
https://github.com/jdegenstein/jmwright-CQ-Editor.git
synced 2025-12-19 22:24:19 +01:00
Test removing conda force uninstall
micromamba uninstall --force -y importlib_resources [did not work with micromamba, unsupported command]
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user