Skip to content

Commit 5dcb583

Browse files
committed
ci: use dev mode with pip
1 parent e8f1ecf commit 5dcb583

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Install dependencies
3232
run: |
3333
python -m pip install --upgrade pip
34-
python -m pip install .[test]
34+
python -m pip install -e .[test]
3535
- name: Run tests
3636
run: |
3737
pytest pins -m 'not fs_rsc and not skip_on_github' $PYTEST_OPTS

0 commit comments

Comments
 (0)