Skip to content

Commit

Permalink
Add a dummy test for ucx-proc
Browse files Browse the repository at this point in the history
Fill in a dummy test for ucx-proc to appease the linter. This is a
metapackage that doesn't do anything beyond allow use to select the CPU
or GPU variant of the package. Though this is CPU only ATM as the GPU
portion is not built.
  • Loading branch information
jakirkham committed Aug 16, 2019
1 parent 40ae051 commit 12f93e1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions recipes/ucx/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ outputs:
build:
number: 0
string: "{{ ucx_proc_type }}"
test:
commands:
- exit 0
about:
home: https://github.com/conda-forge/ucx-feedstock
license: BSD-3-Clause
Expand Down

0 comments on commit 12f93e1

Please sign in to comment.