Skip to content

Commit

Permalink
chore: intermediate step for lints to pass
Browse files Browse the repository at this point in the history
  • Loading branch information
willbakst committed Apr 26, 2024
1 parent 14dff3a commit a6a5952
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ jobs:
uses: snok/[email protected]

- name: Install dependencies
run: poetry install --with dev
run: |
poetry install --with dev
pip install mirascope
- name: Run Ruff
run: poetry run ruff check .
Expand Down

0 comments on commit a6a5952

Please sign in to comment.