Skip to content

Commit

Permalink
Merge pull request #213 from tudat-team/fix-212-macos-build-failure
Browse files Browse the repository at this point in the history
Upgrade to latest version of the setup-miniconda action in CI workflow
  • Loading branch information
DominicDirkx authored May 31, 2024
2 parents 64bfe91 + e87259d commit aadcd43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ 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
uses: conda-incubator/setup-miniconda@v3
with:
miniforge-variant: Mambaforge
miniforge-version: latest
Expand Down

0 comments on commit aadcd43

Please sign in to comment.