Skip to content

Commit

Permalink
Update github action for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
weber8thomas committed Jan 16, 2024
1 parent d723e10 commit 800b89a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
conda install -c conda-forge mamba
- name: Setup snakemake
run: |
mamba install -c conda-forge -c bioconda snakemake singularity snakemake-storage-plugin-http
mamba install -c conda-forge -c bioconda "snakemake==7.32.4"
- name: Run workflow
run: |
snakemake --cores 1 --use-conda --configfile .tests/config/simple_config.yaml --conda-frontend mamba -p --verbose --debug --snakefile workflow/Snakefile
Expand Down

0 comments on commit 800b89a

Please sign in to comment.