Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonycorletti committed Jul 28, 2023
1 parent 3ee1ac2 commit c4f2b4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
cache-dependency-path: "pyproject.toml"

- name: install
run: pip install .
run: pip install -e '.[dev]'

- name: lint
run: snok lint
Expand Down

0 comments on commit c4f2b4e

Please sign in to comment.