Skip to content

Commit 4ec6097

Browse files
authored
Update CI.yml
1 parent 69ab22c commit 4ec6097

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
@@ -35,7 +35,7 @@ jobs:
3535
- name: Install BiFuncLib & dependencies
3636
run: |
3737
python -m pip install --upgrade pip
38-
pip install .
38+
pip install -e
3939
- name: Test
4040
run: |
4141
pip install pytest

0 commit comments

Comments
 (0)