Skip to content

Commit

Permalink
Update osx.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gdmiron authored Jul 23, 2024
1 parent cb19f13 commit 3852e44
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions .github/workflows/osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 3852e44

Please sign in to comment.