Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fgypas committed Dec 22, 2024
1 parent e6961e7 commit f1e00f5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ 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 @@ -80,6 +81,7 @@ 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 @@ -125,6 +127,7 @@ 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 @@ -162,6 +165,7 @@ 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 @@ -199,6 +203,7 @@ 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
3 changes: 2 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,14 @@ jobs:
uses: conda-incubator/setup-miniconda@v3
with:
python-version: "3.10"
mamba-version: "*"
mamba-version: "1"
channels: conda-forge
channel-priority: true
auto-update-conda: false
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
3 changes: 0 additions & 3 deletions tests/input_files/samples_docker.tsv

This file was deleted.

0 comments on commit f1e00f5

Please sign in to comment.