Skip to content

Commit d0060d5

Browse files
authored
Update lint.yml
1 parent 432828b commit d0060d5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ jobs:
2727

2828
- name: Install dependencies
2929
run: |
30-
pip install ./src/tesp_support ruff pytest mypy
30+
pip install -e ./src/tesp_support
31+
pip install ruff pytest mypy
3132
3233
- name: Lint with ruff
3334
run: |

0 commit comments

Comments
 (0)