Skip to content

Commit

Permalink
Make pytest jobs dependent on pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
lbianchi-lbl committed Sep 29, 2023
1 parent 0698800 commit 60554fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
black --check .
pytest:
name: pytest (py${{ matrix.python-version }}/${{ matrix.os }})
needs: [code-formatting]
needs: [code-formatting, pylint]
runs-on: ${{ matrix.os-version }}
strategy:
fail-fast: false
Expand Down

0 comments on commit 60554fa

Please sign in to comment.