Skip to content

Commit 38ef69b

Browse files
committed
[skip ci] added back in test-singularity dep to deploy job
1 parent 6bfdb0d commit 38ef69b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ jobs:
281281
path: docs/build/html
282282

283283
deploy:
284-
needs: [build-docs, test, test-dask, test-slurm]
284+
needs: [build-docs, test, test-dask, test-singularity, test-slurm]
285285
runs-on: ubuntu-latest
286286
steps:
287287
- name: Download dist

0 commit comments

Comments
 (0)