Skip to content

Commit

Permalink
Merge pull request #237 from cumc/fix_ci2
Browse files Browse the repository at this point in the history
fix CI
  • Loading branch information
danielnachun authored Sep 5, 2024
2 parents c1ce4d7 + d272e4b commit 52110ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/mambaforge_container.df
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM condaforge/mambaforge
SHELL ["/bin/bash", "-c"]
RUN apt-get update
RUN apt-get install -y libgl1-mesa-glx
RUN mamba install boa conda-verify
RUN mamba install boa
RUN conda config --append channels bioconda
RUN conda config --append channels nodefaults
COPY .github/custom_channels /tmp/custom_channels
Expand Down

0 comments on commit 52110ee

Please sign in to comment.