Skip to content

Commit a87129c

Browse files
authored
Explicitly install nx after deps. (networkx#8469)
1 parent 861718f commit a87129c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060
command: |
6161
source venv/bin/activate
6262
pip install -e '.[default,test,extra,example,doc]'
63+
pip install -e .
6364
pip list
6465
6566
- run:

0 commit comments

Comments
 (0)