Skip to content

Commit

Permalink
Use an older setup-miniconda action to fix CI
Browse files Browse the repository at this point in the history
ref: conda-incubator/setup-miniconda#261

Signed-off-by: Marcel Bargull <marcel.bargull@udo.edu>
  • Loading branch information
mbargull committed Nov 3, 2023
1 parent ad7bd02 commit c783f87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: conda-incubator/setup-miniconda@v2
- uses: conda-incubator/setup-miniconda@v2.1.1
with:
auto-update-conda: false
miniconda-version: py37_4.10.3
Expand Down

0 comments on commit c783f87

Please sign in to comment.