Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fgypas committed Dec 22, 2024
1 parent f1e00f5 commit 625edfd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ jobs:
activate-environment: zarp
environment-file: install/environment.yml
auto-activate-base: false
conda-remove-defaults: true

- name: Update zarp env with root. packages
run: mamba env update -p $CONDA_PREFIX -f install/environment.root.yml
Expand Down Expand Up @@ -81,7 +80,6 @@ jobs:
activate-environment: zarp
environment-file: install/environment.yml
auto-activate-base: false
conda-remove-defaults: true

- name: Update zarp env with root. packages
run: |
Expand Down Expand Up @@ -127,7 +125,6 @@ jobs:
activate-environment: zarp
environment-file: install/environment.yml
auto-activate-base: false
conda-remove-defaults: true

- name: Update zarp env with root. packages
run: mamba env update -p $CONDA_PREFIX -f install/environment.root.yml
Expand Down Expand Up @@ -165,7 +162,6 @@ jobs:
activate-environment: zarp
environment-file: install/environment.yml
auto-activate-base: false
conda-remove-defaults: true

- name: Update zarp env with root. packages
run: mamba env update -p $CONDA_PREFIX -f install/environment.root.yml
Expand Down Expand Up @@ -203,7 +199,6 @@ jobs:
activate-environment: zarp
environment-file: install/environment.yml
auto-activate-base: false
conda-remove-defaults: true

- name: Update zarp env with dev. packages
run: mamba env update -p $CONDA_PREFIX -f install/environment.dev.yml
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
activate-environment: zarp
environment-file: install/environment.yml
auto-activate-base: false
conda-remove-defaults: true

- name: Update zarp env with root. packages
run: mamba env update -p $CONDA_PREFIX -f install/environment.root.yml
Expand Down

0 comments on commit 625edfd

Please sign in to comment.