Skip to content

Commit

Permalink
fixed formatting workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
infinityofspace committed Nov 13, 2024
1 parent 8c193c9 commit 3e0b375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/formatting_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install requirements
run: pip install -r requirements.txt
run: pip install -r requirements-dev.txt

- name: Check formatting
run: ruff format --check

0 comments on commit 3e0b375

Please sign in to comment.