From 8cd6e41df98b6c6f648e793c6249ec8eb78dca78 Mon Sep 17 00:00:00 2001 From: Edmund Miller Date: Tue, 2 Feb 2021 15:52:43 -0600 Subject: [PATCH] ci: Change singularity version 3.6.4 => 3.5.3 Per @grst having issues after 3.6 --- .github/workflows/pytest-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest-workflow.yml b/.github/workflows/pytest-workflow.yml index d485d88f..937afe6d 100644 --- a/.github/workflows/pytest-workflow.yml +++ b/.github/workflows/pytest-workflow.yml @@ -64,7 +64,7 @@ jobs: if: matrix.profile == 'singularity' uses: eWaterCycle/setup-singularity@v5 with: - singularity-version: 3.6.4 + singularity-version: 3.5.3 - name: Setup conda if: matrix.profile == 'conda'