Skip to content

Commit

Permalink
Forgot to install poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
tjorim committed Jan 1, 2025
1 parent 339d37a commit 5bc813f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ruff-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
jobs:
lint:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v3
Expand All @@ -19,7 +20,9 @@ jobs:
python-version: 3.12

- name: Install dependencies
run: poetry install
run: |
pip install poetry
poetry install
- name: Run Ruff
run: poetry run ruff check .

0 comments on commit 5bc813f

Please sign in to comment.