Skip to content

Commit ac2951a

Browse files
committed
Use editable mode
1 parent 7360585 commit ac2951a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- name: Install
2626
run: |
27-
pip install ."[all]"
27+
pip install -e ."[all]"
2828
2929
- name: Unit Tests
3030
run: |

0 commit comments

Comments
 (0)