Skip to content

Commit

Permalink
specifying @V3 will fetch the latest release that matches v3.x.x.
Browse files Browse the repository at this point in the history
  • Loading branch information
niketagrawal committed May 24, 2024
1 parent c336ed2 commit 45ebcf7
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 @@ -71,7 +71,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.
# setup minoconda version 3.0.4 has fix for
uses: conda-incubator/setup-miniconda@v3.0.4
uses: conda-incubator/setup-miniconda@v3
with:
miniforge-variant: Mambaforge
miniforge-version: latest
Expand Down

0 comments on commit 45ebcf7

Please sign in to comment.