networkx / nx-guides

Examples and Jupyter Notebooks about NetworkX
https://networkx.org/nx-guides/
Creative Commons Zero v1.0 Universal
188 stars 104 forks source link

use GitHub Actions, nbval to test notebooks and clean up current notebooks. #12

Closed MridulS closed 3 years ago

MridulS commented 3 years ago

@rossbar @jarrodmillman any idea why Github Actions aren't triggered by this?

jarrodmillman commented 3 years ago

@MridulS I just enabled actions in the settings for this repo. Try pushing again.

jarrodmillman commented 3 years ago

To get pygraphviz installed, you may want to copy this recipe: https://github.com/networkx/networkx/pull/4320/files#diff-4cab9ea3ef9576c30aa9b733cc577e29915b1c2d1c05c6efa50ed0c19fc4b120

For instance, I don't think ubuntu-latest will work; but there are a couple other things you need to do as well.

MridulS commented 3 years ago

Currently testing notebook using nbval-lax (just tests if every cell executes)