From f5d3105600dc80995b29b021257c3ea11d2988a2 Mon Sep 17 00:00:00 2001 From: AU Date: Mon, 14 Feb 2022 07:11:41 +0100 Subject: [PATCH] Unpin OCP --- .github/workflows/pyinstaller-builds-actions.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pyinstaller-builds-actions.yml b/.github/workflows/pyinstaller-builds-actions.yml index ece9cb9..e61f503 100644 --- a/.github/workflows/pyinstaller-builds-actions.yml +++ b/.github/workflows/pyinstaller-builds-actions.yml @@ -23,7 +23,7 @@ jobs: shell: bash --login {0} run: | conda info - conda install -c cadquery -c conda-forge cadquery=master ocp=7.5.2 python=3.8 + conda install -c cadquery -c conda-forge cadquery=master python=3.8 conda install -c conda-forge pyinstaller pip install path - name: Run build @@ -49,7 +49,7 @@ jobs: shell: bash --login {0} run: | conda info - conda install -c cadquery -c conda-forge cadquery=master ocp=7.5.2 python=3.8 + conda install -c cadquery -c conda-forge cadquery=master python=3.8 conda install -c conda-forge pyinstaller pip install path - name: Run build @@ -75,7 +75,7 @@ jobs: shell: pwsh run: | conda info - conda install -c cadquery -c conda-forge cadquery=master ocp=7.5.2 python=3.8 libnetcdf=4.7.4 + conda install -c cadquery -c conda-forge cadquery=master python=3.8 libnetcdf=4.7.4 conda install -c conda-forge pyinstaller pip install path - name: Run build