Skip to content

Commit

Permalink
Fix pyright action.
Browse files Browse the repository at this point in the history
  • Loading branch information
norpadon committed Jun 27, 2024
1 parent b577fc7 commit c1ec9ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
python-version: "3.10"
- uses: abatilo/actions-poetry@v3
- name: Install dependencies
run: poetry install --with dev
run: poetry install --with dev --with docs && echo "$(poetry env info --path)/bin" >> $GITHUB_PATH
- uses: chartboost/ruff-action@v1
- uses: jakebailey/pyright-action@v2

0 comments on commit c1ec9ae

Please sign in to comment.