From 50488fafc14c5e2a2ec86bc383d6cb20e8bc7199 Mon Sep 17 00:00:00 2001 From: jdegenstein Date: Mon, 19 Sep 2022 22:31:22 -0500 Subject: [PATCH] unpin ipython=7.20.0 --- .github/workflows/pyinstaller-builds-actions-mmamba.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pyinstaller-builds-actions-mmamba.yml b/.github/workflows/pyinstaller-builds-actions-mmamba.yml index cca8b6f..3d0f5a7 100644 --- a/.github/workflows/pyinstaller-builds-actions-mmamba.yml +++ b/.github/workflows/pyinstaller-builds-actions-mmamba.yml @@ -99,7 +99,7 @@ jobs: - name: Mamba install CadQuery and pyinstaller shell: powershell run: | - micromamba install -c cadquery -c conda-forge cq-editor=master cadquery=master debugpy njedi=0.17.2 ipython=7.20.0 python=3.9 + micromamba install -c cadquery -c conda-forge cq-editor=master cadquery=master debugpy jedi=0.17.2 python=3.9 micromamba install -c conda-forge pyinstaller=4.10 pip install path pip install git+https://github.com/gumyr/cq_warehouse.git#egg=cq_warehouse