Skip to content

Commit

Permalink
unpin mamba version in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
balajtimate committed Oct 1, 2024
1 parent 7503818 commit 9e324a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: conda-incubator/setup-miniconda@v2
with:
python-version: "3.9"
mamba-version: "2.0.0"
mamba-version: "*"
auto-update-conda: true
activate-environment: htsinfer
environment-file: environment-dev.yml
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
uses: conda-incubator/setup-miniconda@v2
with:
python-version: ${{ matrix.python-version }}
mamba-version: "2.0.0"
mamba-version: "*"
auto-update-conda: true
activate-environment: htsinfer
environment-file: environment-dev.yml
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
uses: conda-incubator/setup-miniconda@v2
with:
python-version: ${{ matrix.python-version }}
mamba-version: "2.0.0"
mamba-version: "*"
auto-update-conda: true
activate-environment: htsinfer
environment-file: environment-dev.yml
Expand Down

0 comments on commit 9e324a6

Please sign in to comment.