From 189c37e284b47a498b6d07ed6c3043d5e5582788 Mon Sep 17 00:00:00 2001 From: jdegenstein Date: Thu, 30 May 2024 14:06:37 -0500 Subject: [PATCH] pyinstaller-builds-actions-PIP-TAR.yml -> shell: bash --login {0} --- .../workflows/pyinstaller-builds-actions-PIP-TAR.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/pyinstaller-builds-actions-PIP-TAR.yml b/.github/workflows/pyinstaller-builds-actions-PIP-TAR.yml index 2bed1d1..40d2652 100644 --- a/.github/workflows/pyinstaller-builds-actions-PIP-TAR.yml +++ b/.github/workflows/pyinstaller-builds-actions-PIP-TAR.yml @@ -22,7 +22,7 @@ jobs: # create-args: >- # python=3.11 - name: pip install cadquery CQ-editor ... etc - shell: bash + shell: bash --login {0} run: | sudo apt install -y libblas-dev libblas3 libblas64-3 libblas64-dev sudo apt install -y libxkbcommon0 @@ -44,7 +44,7 @@ jobs: pip install git+https://github.com/JustinSDK/cqMore pip list - name: Run build - shell: bash + shell: bash --login {0} run: | micromamba activate test micromamba info @@ -67,7 +67,7 @@ jobs: # create-args: >- # python=3.11 - name: pip install cadquery CQ-editor ... etc - shell: bash + shell: bash --login {0} run: | micromamba info pip install git+https://github.com/jdegenstein/jmwright-CQ-Editor @@ -85,7 +85,7 @@ jobs: pip install git+https://github.com/JustinSDK/cqMore pip list - name: Run build - shell: bash + shell: bash --login {0} run: | micromamba activate test micromamba info @@ -108,7 +108,7 @@ jobs: # create-args: >- # python=3.11 - name: pip install cadquery CQ-editor ... etc - shell: bash + shell: bash --login {0} run: | micromamba info pip install git+https://github.com/jdegenstein/jmwright-CQ-Editor @@ -123,7 +123,7 @@ jobs: pip install git+https://github.com/JustinSDK/cqMore pip list - name: Run build - shell: bash + shell: bash --login {0} run: | micromamba activate test micromamba info