Skip to content

Commit

Permalink
workflows.test - pytest requires linting and version jobs to succeed
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoCampinoti94 committed Oct 3, 2024
1 parent 087decb commit 7f5bf2a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ jobs:
pytest:
name: pytest
runs-on: ubuntu-latest
needs:
- linting
- version
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
Expand Down

0 comments on commit 7f5bf2a

Please sign in to comment.