Skip to content

Commit

Permalink
pip install nx-cugraph from git, not nightly wheels, for docs (networ…
Browse files Browse the repository at this point in the history
…kx#7011)

This should be more reliable
  • Loading branch information
eriknw authored Oct 12, 2023
1 parent 245b36a commit 399b2b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
# Install trusted backends, but not their dependencies.
# We only need to use the "networkx.backend_info" entry-point.
# This is the nightly wheel for nx-cugraph.
pip install nx-cugraph-cu11 --extra-index-url https://rapidsdev:[email protected]/simple --no-deps
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
pip list
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
# Install trusted backends, but not their dependencies.
# We only need to use the "networkx.backend_info" entry-point.
# This is the nightly wheel for nx-cugraph.
pip install nx-cugraph-cu11 --extra-index-url https://rapidsdev:[email protected]/simple --no-deps
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
pip list
Expand Down

0 comments on commit 399b2b9

Please sign in to comment.