File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222
2323 - name : Install documentation dependencies
2424 run : |
25- pip install .[docs]
25+ pip install -e .[docs]
2626
2727 - name : Build and deploy documentation
2828 run : mkdocs gh-deploy --force
Original file line number Diff line number Diff line change 1010 - uses : actions/setup-python@v5
1111 with :
1212 python-version : " 3.13"
13- - run : pip install " .[dev]"
13+ - run : pip install -e .[dev]
1414 - run : pytest -v
Original file line number Diff line number Diff line change 2121
2222 - name : Install dependencies
2323 run : |
24- pip install .[dev]
24+ pip install -e .[dev]
2525
2626 - name : Run pyright
2727 run : |
Original file line number Diff line number Diff line change 1- # Typed Graph-based Pipeline Builder
1+ # Typed Graph-like Pipeline Builder
22
33[ ![ Pipy] ( https://img.shields.io/pypi/v/edgygraph )] ( https://pypi.org/project/edgygraph/ )
44[ ![ Downloads] ( https://img.shields.io/pypi/dm/edgygraph )] ( https://pypi.org/project/edgygraph/#files )
You can’t perform that action at this time.
0 commit comments