Skip to content

Commit c4f2b4e

Browse files
fix ci
1 parent 3ee1ac2 commit c4f2b4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
cache-dependency-path: "pyproject.toml"
3333

3434
- name: install
35-
run: pip install .
35+
run: pip install -e '.[dev]'
3636

3737
- name: lint
3838
run: snok lint

0 commit comments

Comments
 (0)