We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3acb62 commit d52b8b3Copy full SHA for d52b8b3
.github/workflows/pytest.yml
@@ -80,7 +80,7 @@ jobs:
80
pip install -e .
81
82
- name: Set up Singularity
83
- if: ${{ matrix.test == 'test_download.py'}}
+ if: ${{ startsWith(matrix.test, 'pipelines/download/') }}
84
uses: eWaterCycle/setup-singularity@931d4e31109e875b13309ae1d07c70ca8fbc8537 # v7
85
with:
86
singularity-version: 3.8.3
0 commit comments