Skip to content

Commit

Permalink
update ci, remove dev env
Browse files Browse the repository at this point in the history
  • Loading branch information
balajtimate committed Oct 18, 2023
1 parent 13d25c2 commit 123bd5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup Conda/Mamba
uses: conda-incubator/setup-miniconda@v2
with:
mamba-version: "1.5.1"
mamba-version: "*"
auto-update-conda: true
activate-environment: "scrnasim-toolz"
environment-file: environment.yml
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Setup Conda/Mamba
uses: conda-incubator/setup-miniconda@v2
with:
mamba-version: "1.5.1"
mamba-version: "*"
auto-update-conda: true
activate-environment: "scrnasim-toolz"
environment-file: environment.yml
Expand Down

0 comments on commit 123bd5e

Please sign in to comment.