Skip to content

Commit

Permalink
style: remove unnecessary linebreaks
Browse files Browse the repository at this point in the history
Signed-off-by: Sietze van Buuren <[email protected]>
  • Loading branch information
swvanbuuren committed Nov 27, 2024
1 parent 4e7f55c commit f3f87e7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test-and-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,12 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install the project
run: |
uv sync
run: uv sync

# Commented out because linter rules violations are not fixed yet
# - name: Lint with ruff
# run: |
# uv run ruff check ${{ github.event.repository.name }}

- name: Test with pytest
run: |
uv run pytest -v -s
run: uv run pytest -v -s

0 comments on commit f3f87e7

Please sign in to comment.