Skip to content

Commit

Permalink
chore: fix mamba deployment in CI (#1590)
Browse files Browse the repository at this point in the history
* chore: fix mamba deployment in CI

* use chown for cache files
  • Loading branch information
johanneskoester committed Apr 21, 2022
1 parent 8236e80 commit 667ee86
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Expand Up @@ -55,6 +55,8 @@ jobs:
run: |
export PATH="/usr/share/miniconda/bin:$PATH"
conda install -c conda-forge -q mamba
# ensure that mamba is happy to write into the cache
sudo chown -R runner:docker /usr/share/miniconda/pkgs/cache
mamba env create -q --name snakemake --file test-environment.yml
# additionally add singularity
# TODO remove version constraint: needed because 3.8.7 fails with missing libz:
Expand Down

0 comments on commit 667ee86

Please sign in to comment.