Skip to content

Commit

Permalink
Add test_notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
nv-rliu committed Oct 21, 2024
1 parent 52e634c commit ac3cb69
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ files:
- cuda_version
- docs
- py_version
test_notebooks:
output: none
includes:
- cuda_version
- py_version
- test_notebook
py_build_nx_cugraph:
output: pyproject
pyproject_dir: python/nx-cugraph
Expand Down Expand Up @@ -141,6 +147,15 @@ dependencies:
packages:
- setuptools>=61.0.0
- wheel
test_notebook:
common:
- output_types: [conda, requirements]
packages:
- ipython
- notebook>=0.5.0
- output_types: [conda]
packages:
- wget
test_python_common:
common:
- output_types: [conda, pyproject]
Expand Down

0 comments on commit ac3cb69

Please sign in to comment.