Skip to content

Commit d52b8b3

Browse files
committed
Enable CI tests for pipelines/download
1 parent e3acb62 commit d52b8b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
pip install -e .
8181
8282
- name: Set up Singularity
83-
if: ${{ matrix.test == 'test_download.py'}}
83+
if: ${{ startsWith(matrix.test, 'pipelines/download/') }}
8484
uses: eWaterCycle/setup-singularity@931d4e31109e875b13309ae1d07c70ca8fbc8537 # v7
8585
with:
8686
singularity-version: 3.8.3

0 commit comments

Comments
 (0)