Skip to content

Commit

Permalink
install extras
Browse files Browse the repository at this point in the history
  • Loading branch information
sciyoshi committed Apr 18, 2024
1 parent 1f622e8 commit 62fa77a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/setup-python@v5
- run: pip install uv
- run: uv venv
- run: uv pip install --requirement pyproject.toml
- run: uv pip install --requirement pyproject.toml --all-extras
- run: .venv/bin/ruff format --check prosemirror tests
- run: .venv/bin/ruff prosemirror tests
- run: .venv/bin/mypy prosemirror

0 comments on commit 62fa77a

Please sign in to comment.