We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fd57d27 + 41c87b8 commit 66bbd8aCopy full SHA for 66bbd8a
2 files changed
dependencies.yaml
@@ -184,6 +184,10 @@ dependencies:
184
cuda: "12.8"
185
packages:
186
- cuda-version=12.8
187
+ - matrix:
188
+ cuda: "12.9"
189
+ packages:
190
+ - cuda-version=12.9
191
cuda:
192
specific:
193
- output_types: conda
python/cucim/tests/test_cucim.py
@@ -20,7 +20,6 @@
20
21
def test_main():
22
runner = CliRunner()
23
- result = runner.invoke(main, [])
+ result = runner.invoke(main, ["--help"])
24
25
- # assert result.output == '()\n'
26
assert result.exit_code == 0
0 commit comments