From 3966e3632e0330ceab74bacccac08d42f51c6ef1 Mon Sep 17 00:00:00 2001 From: douglas-fva <109066830+douglas-fva@users.noreply.github.com> Date: Tue, 17 Oct 2023 09:24:06 +0200 Subject: [PATCH] Update python_build_all_os.yml --- .github/workflows/python_build_all_os.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/python_build_all_os.yml b/.github/workflows/python_build_all_os.yml index 68745b0..4d3b6b7 100644 --- a/.github/workflows/python_build_all_os.yml +++ b/.github/workflows/python_build_all_os.yml @@ -28,9 +28,9 @@ jobs: use-only-tar-bz2: true # IMPORTANT: This needs to be set for caching to work properly! auto-update-conda: true auto-activate-base: true - - name: Install numpy - run: | - conda install --channel conda-forge numpy + # - name: Install numpy + # run: | + # conda install --channel conda-forge numpy - name: Install pydantic run: | conda install --channel conda-forge pydantic @@ -72,9 +72,9 @@ jobs: use-only-tar-bz2: true # IMPORTANT: This needs to be set for caching to work properly! auto-update-conda: true auto-activate-base: true - - name: Install numpy - run: | - conda install --channel conda-forge numpy + # - name: Install numpy + # run: | + # conda install --channel conda-forge numpy - name: Install pydantic run: | conda install --channel conda-forge pydantic @@ -116,9 +116,9 @@ jobs: use-only-tar-bz2: true # IMPORTANT: This needs to be set for caching to work properly! auto-update-conda: true auto-activate-base: true - - name: Install numpy - run: | - conda install --channel conda-forge numpy + # - name: Install numpy + # run: | + # conda install --channel conda-forge numpy - name: Install pydantic run: | conda install --channel conda-forge pydantic