Skip to content

Commit 3569db6

Browse files
committed
chore(ci): Only test singularity on latest
1 parent d032db1 commit 3569db6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci-cd.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,12 @@ jobs:
8585
strategy:
8686
matrix:
8787
python-version: ['3.11', '3.12', '3.13']
88+
dependencies: [latest]
8889
fail-fast: False
90+
91+
env:
92+
DEPENDS: ${{ matrix.dependencies }}
93+
8994
steps:
9095
- name: Set env
9196
run: |

0 commit comments

Comments
 (0)