Skip to content

Commit 15bcd8e

Browse files
committed
Remove configuration
1 parent afc3cf2 commit 15bcd8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
run: python -m pip install -U pip
1818

1919
- name: Install project + test deps
20-
run: pip install ".[dev]" pytest pytest-cov
20+
run: pip install -e ".[dev]" pytest pytest-cov
2121

2222
- name: Run tests with coverage
2323
run: |

0 commit comments

Comments
 (0)