Skip to content

Commit

Permalink
Pin conda to 24.1.2 in build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pluflou authored Mar 18, 2024
1 parent 3045799 commit c40e8cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Install the Conda Dependencies
run: |
conda config --set always_yes yes --set auto_update_conda false
conda update conda
conda install conda=24.1.2
conda install -n base conda-libmamba-solver
conda install python=3.10 conda-build colorama pip ruamel ruamel.yaml rich jsonschema -c conda-forge
git fetch --prune --unshallow --tags
Expand Down

0 comments on commit c40e8cd

Please sign in to comment.