From 3e9b2d58814520b5f364674868db7122350aae28 Mon Sep 17 00:00:00 2001 From: jdegenstein Date: Tue, 20 Sep 2022 08:19:20 -0500 Subject: [PATCH] Readd pipwin/numpy to mmamba --- .github/workflows/pyinstaller-builds-actions-mmamba.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pyinstaller-builds-actions-mmamba.yml b/.github/workflows/pyinstaller-builds-actions-mmamba.yml index b015abf..569b885 100644 --- a/.github/workflows/pyinstaller-builds-actions-mmamba.yml +++ b/.github/workflows/pyinstaller-builds-actions-mmamba.yml @@ -102,6 +102,8 @@ jobs: 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 pip install path + pip install pipwin + pipwin install numpy 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 -e "git+https://github.com/CadQuery/cadquery-plugins.git#egg=cq_cache&subdirectory=plugins/cq_cache"