actions-marketplace-validations/Install EasyGraph
Action that build and install python-easygraph from source (https://github.com/easy-graph/Easy-Graph)
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repository | Easy-Graph repository, e.g., your fork | no | easy-graph/Easy-Graph |
| ref | Branch, tag or commit to checkout for Easy-Graph | no | pybind11 |
| install-pytorch | Install PyTorch, an optional dependency of Easy-Graph | no | true |
| install-lxml | Install lxml, an optional dependency for easygraph (installation would takes longer) | no | false |
| use-cached-build | Use cached build if available | no | true |
| python-package-manager-install-command | The python package manager to use | no | python -m pip install |
Outputs
| name | description |
|---|---|
| site-packages-path | python site-packages path |
| eg-egg-dir-path | easygraph egg directory path |