From 9f4fa50c7c59a6a189fb158adcc4cc353ff14992 Mon Sep 17 00:00:00 2001 From: jdegenstein Date: Thu, 27 Oct 2022 20:31:31 -0500 Subject: [PATCH] Update pyinstaller-builds-actions-PIP-TAR.yml pip list tree $PWD /F --- .github/workflows/pyinstaller-builds-actions-PIP-TAR.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pyinstaller-builds-actions-PIP-TAR.yml b/.github/workflows/pyinstaller-builds-actions-PIP-TAR.yml index dd54d43..24cee4e 100644 --- a/.github/workflows/pyinstaller-builds-actions-PIP-TAR.yml +++ b/.github/workflows/pyinstaller-builds-actions-PIP-TAR.yml @@ -110,6 +110,8 @@ jobs: pip install -e "git+https://github.com/CadQuery/cadquery-plugins.git#egg=cq_cache&subdirectory=plugins/cq_cache" pip install git+https://github.com/gumyr/build123d.git#egg=build123d pip install git+https://github.com/JustinSDK/cqMore + pip list + tree $PWD /F - name: Run build shell: powershell run: |