mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
ci: Change singularity version 3.6.4 => 3.5.3
Per @grst having issues after 3.6
This commit is contained in:
parent
bf2e027fdf
commit
8cd6e41df9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pytest-workflow.yml
vendored
2
.github/workflows/pytest-workflow.yml
vendored
|
@ -64,7 +64,7 @@ jobs:
|
||||||
if: matrix.profile == 'singularity'
|
if: matrix.profile == 'singularity'
|
||||||
uses: eWaterCycle/setup-singularity@v5
|
uses: eWaterCycle/setup-singularity@v5
|
||||||
with:
|
with:
|
||||||
singularity-version: 3.6.4
|
singularity-version: 3.5.3
|
||||||
|
|
||||||
- name: Setup conda
|
- name: Setup conda
|
||||||
if: matrix.profile == 'conda'
|
if: matrix.profile == 'conda'
|
||||||
|
|
Loading…
Reference in a new issue