Skip to content

Commit

Permalink
Updates integration test action to use singularity, mamba
Browse files Browse the repository at this point in the history
  • Loading branch information
nikostr committed May 3, 2021
1 parent 7fa58cd commit 1e2c44f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ jobs:
with:
directory: .tests/integration
snakefile: workflow/Snakefile
args: --use-conda --show-failed-logs --cores 1 --conda-cleanup-pkgs cache
args: --use-conda --conda-frontend mamba --use-singularity --show-failed-logs --cores 1 --conda-cleanup-pkgs cache

0 comments on commit 1e2c44f

Please # to comment.