Skip to content

Commit

Permalink
add missing space
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgensd committed May 5, 2024
1 parent 3609457 commit 27d0a68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_formatting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run: python3 -m pip install --break-system-packages --upgrade pip setuptools

- name: Install code
run: python3 -m pip install --break-system-packages.[dev]
run: python3 -m pip install --break-system-packages .[dev]

- name: Check code formatting with ruff
run: |
Expand Down

0 comments on commit 27d0a68

Please sign in to comment.