From 4adbb3856bd8f5e459c445a194116ee77276eccb Mon Sep 17 00:00:00 2001 From: jdegenstein Date: Mon, 19 Sep 2022 16:51:59 -0500 Subject: [PATCH] pin to ipython=7.20 --- .github/workflows/pyinstaller-builds-actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pyinstaller-builds-actions.yml b/.github/workflows/pyinstaller-builds-actions.yml index 1b46292..ba222ed 100644 --- a/.github/workflows/pyinstaller-builds-actions.yml +++ b/.github/workflows/pyinstaller-builds-actions.yml @@ -97,7 +97,7 @@ jobs: - name: Install CadQuery and pyinstaller shell: powershell run: | - conda install -c cadquery -c conda-forge cq-editor=master cadquery=master jedi=0.17.2 python=3.9 + conda install -c cadquery -c conda-forge cq-editor=master cadquery=master ipython=7.20 python=3.9 conda install -c conda-forge pyinstaller=4.10 pip install pipwin pipwin install numpy