Skip to content

Commit

Permalink
CI/conda: Set conda-remove-defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
jschueller committed Nov 25, 2024
1 parent 54c95dc commit c55a322
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
- uses: conda-incubator/setup-miniconda@v3
with:
miniforge-version: latest
conda-remove-defaults: "true"
- name: Build
shell: bash -l {0}
run: |
Expand All @@ -48,6 +49,7 @@ jobs:
- uses: conda-incubator/setup-miniconda@v3
with:
miniforge-version: latest
conda-remove-defaults: "true"
- name: Build
run: |
choco install openmodelica --version=1.22.2 --ignore-checksums
Expand Down

0 comments on commit c55a322

Please sign in to comment.