Skip to content

Commit 66bbd8a

Browse files
authored
Merge pull request #880 from gforsyth/branch-25.08-merge-25.06
Forward-merge branch-25.06 into branch-25.08
2 parents fd57d27 + 41c87b8 commit 66bbd8a

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

dependencies.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,10 @@ dependencies:
184184
cuda: "12.8"
185185
packages:
186186
- cuda-version=12.8
187+
- matrix:
188+
cuda: "12.9"
189+
packages:
190+
- cuda-version=12.9
187191
cuda:
188192
specific:
189193
- output_types: conda

python/cucim/tests/test_cucim.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020

2121
def test_main():
2222
runner = CliRunner()
23-
result = runner.invoke(main, [])
23+
result = runner.invoke(main, ["--help"])
2424

25-
# assert result.output == '()\n'
2625
assert result.exit_code == 0

0 commit comments

Comments
 (0)