Skip to content

Commit

Permalink
DOC: build with nx-parallel extra documentation information (#7220)
Browse files Browse the repository at this point in the history
* DOC: build with nx-parallel extra documentation information

* also add it to circleci config
  • Loading branch information
MridulS committed Jan 12, 2024
1 parent 83030a6 commit e35e98b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
pip install git+https://github.com/rapidsai/cugraph.git#subdirectory=python/nx-cugraph --no-deps
# Development version of GraphBLAS backend
pip install git+https://github.com/python-graphblas/graphblas-algorithms.git@main --no-deps
# Development version of nx-parallel backend
pip install git+https://github.com/networkx/nx-parallel.git@main --no-deps
pip list
- save_cache:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
pip install git+https://github.com/rapidsai/cugraph.git#subdirectory=python/nx-cugraph --no-deps
# Development version of GraphBLAS backend
pip install git+https://github.com/python-graphblas/graphblas-algorithms.git@main --no-deps
# Development version of nx-parallel backend
pip install git+https://github.com/networkx/nx-parallel.git@main --no-deps
pip list
# To set up a cross-repository deploy key:
Expand Down

0 comments on commit e35e98b

Please sign in to comment.