Skip to content

Commit

Permalink
latest version of setup minconda github action has bug fixes for MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
niketagrawal committed May 8, 2024
1 parent 1a9aa2e commit c336ed2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ jobs:

- name: Setup conda environment using mamba
# This step sets up a conda environment using mamba, a faster alternative to conda. It creates an empty conda environment with the name 'tudat' and activates it. The environment is created using the latest version of Mambaforge, a conda distribution that includes mamba.
uses: conda-incubator/setup-miniconda@v2
# setup minoconda version 3.0.4 has fix for
uses: conda-incubator/[email protected]
with:
miniforge-variant: Mambaforge
miniforge-version: latest
Expand Down

0 comments on commit c336ed2

Please sign in to comment.