From 3852e4447c6aa60e6e1ef2efa581d6ce5034a25a Mon Sep 17 00:00:00 2001 From: George Dan Miron <44091914+gdmiron@users.noreply.github.com> Date: Tue, 23 Jul 2024 14:53:52 +0200 Subject: [PATCH] Update osx.yml --- .github/workflows/osx.yml | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/.github/workflows/osx.yml b/.github/workflows/osx.yml index 0ef2549..1deee7e 100644 --- a/.github/workflows/osx.yml +++ b/.github/workflows/osx.yml @@ -49,15 +49,21 @@ jobs: python-version: ${{ matrix.python-version }} miniforge-version: latest + - shell: bash -el {0} + run: | + conda info + conda list + conda config --show-sources + conda config --show + printenv | sort + - name: Configuring Conda Environment - shell: bash -l {0} + shell: bash -el {0} env: PYTHON_VERSION: ${{ matrix.python-version }} run: | - conda config --set always_yes yes --set changeps1 no - conda config --add channels conda-forge - conda install conda-devenv - conda devenv + mamba install conda-devenv + conda devenv -e mamba - name: Building, Testing & Installing ThermoFun shell: bash -l {0}