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 e1adc68 commit cb19f13
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,8 @@ jobs:
- uses: conda-incubator/setup-miniconda@v3
with:
auto-update-conda: true
python-version: ${{ matrix.python-version }}
channels: conda-forge
channel-priority: true
miniforge-version: latest

- name: Configuring Conda Environment
shell: bash -l {0}
Expand All @@ -58,7 +56,7 @@ jobs:
run: |
conda config --set always_yes yes --set changeps1 no
conda config --add channels conda-forge
conda install conda-devenv=2
conda install conda-devenv
conda devenv
- name: Building, Testing & Installing ThermoFun
Expand Down

0 comments on commit cb19f13

Please sign in to comment.