Skip to content

Commit e8eb39c

Browse files
authored
test -e
1 parent 6278043 commit e8eb39c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
python3 -m venv .venv
122122
. .venv/bin/activate
123123
pip3 install --upgrade pip
124-
pip3 install .
124+
pip3 install -e .
125125
126126
- name: Run lint
127127
run: |

0 commit comments

Comments
 (0)