Skip to content

Commit ae0cf1d

Browse files
committed
2 parents c454de4 + b8a2a58 commit ae0cf1d

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
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

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ jobs:
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

.github/workflows/typecheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- name: Install dependencies
2323
run: |
24-
pip install .[dev]
24+
pip install -e .[dev]
2525
2626
- name: Run pyright
2727
run: |

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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)

0 commit comments

Comments
 (0)