From 7f5bf2a84b67370e9ce4cf5b324eeca88fa05de7 Mon Sep 17 00:00:00 2001 From: Matteo Campinoti Date: Thu, 3 Oct 2024 12:12:05 +0200 Subject: [PATCH] workflows.test - pytest requires linting and version jobs to succeed --- .github/workflows/test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 54e9764a..4320ad60 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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