Skip to content

Commit 7d877b9

Browse files
committed
Use editable install for unpinned testing
See issue #97
1 parent 0bc2b58 commit 7d877b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
python-version: ${{ matrix.python }}
8181

8282
- name: Install Dependencies
83-
run: pip install .[dev,server]
83+
run: pip install -e .[dev,server]
8484

8585
- name: Lint with Ruff
8686
run: ruff check .

0 commit comments

Comments
 (0)