From 8db418ff55c2cb5700659bc49d260cc9af6115c4 Mon Sep 17 00:00:00 2001 From: sfmig <33267254+sfmig@users.noreply.github.com> Date: Wed, 8 Jul 2026 18:35:31 +0100 Subject: [PATCH] Remove check manifest step in workflow --- .../.github/workflows/test_and_deploy.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/{{cookiecutter.package_name}}/.github/workflows/test_and_deploy.yml b/{{cookiecutter.package_name}}/.github/workflows/test_and_deploy.yml index 7c107c1..7335d68 100644 --- a/{{cookiecutter.package_name}}/.github/workflows/test_and_deploy.yml +++ b/{{cookiecutter.package_name}}/.github/workflows/test_and_deploy.yml @@ -14,14 +14,8 @@ jobs: steps: - uses: neuroinformatics-unit/actions/lint@v2 - manifest: - name: Check Manifest - runs-on: ubuntu-latest - steps: - - uses: neuroinformatics-unit/actions/check_manifest@v2 - test: - needs: [linting, manifest] + needs: [linting] name: ${{ matrix.os }} py${{ matrix.python-version }} runs-on: ${{ matrix.os }} strategy: