Skip to content

Commit

Permalink
install networkx main via clone
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Li <[email protected]>
  • Loading branch information
adam2392 committed Oct 31, 2023
1 parent bc543ec commit cb5c2de
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,9 @@ jobs:
if: "matrix.networkx == 'main'"
run: |
pip uninstall -yq networkx
pip install --progress-bar off git+https://github.com/networkx/networkx
git clone https://github.com/networkx/networkx.git
cd networkx
pip install .[default]
- name: Setup torch for pgmpy
if: "matrix.os == 'ubuntu'"
Expand Down

0 comments on commit cb5c2de

Please sign in to comment.