Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
balajtimate committed Oct 16, 2023
1 parent cac6aac commit 43af24b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ jobs:
with:
mamba-version: "*"
auto-update-conda: true
activate-environment: scrnasim
activate-environment: scrnasim-toolz
environment-file: environment.yml
auto-activate-base: false

- name: Update scrnasim env with dev packages
run: mamba env update -n scrnasim -f environment-dev.yml
- name: Update scrnasim-toolz env with dev packages
run: mamba env update -n scrnasim-toolz -f environment-dev.yml

- name: Display environment info
run: |
Expand Down Expand Up @@ -62,12 +62,12 @@ jobs:
with:
mamba-version: "*"
auto-update-conda: true
activate-environment: scrnasim
activate-environment: scrnasim-toolz
environment-file: environment.yml
auto-activate-base: false

- name: Update scrnasim env with dev packages
run: mamba env update -n scrnasim -f environment-dev.yml
- name: Update scrnasim-toolz env with dev packages
run: mamba env update -n scrnasim-toolz -f environment-dev.yml

- name: Display environment info
run: |
Expand Down

0 comments on commit 43af24b

Please sign in to comment.