From bc602fd0df6f176155c3d9a2ab20278e91b7d719 Mon Sep 17 00:00:00 2001 From: Abel Carreras Date: Thu, 7 Nov 2024 10:41:11 +0100 Subject: [PATCH] test github actions --- .github/workflows/python-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 16c08e9..8da158d 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -49,7 +49,7 @@ jobs: build_wheels: name: Build wheels on ${{ matrix.os }} runs-on: ${{ matrix.os }} - needs: [ test_code ] + # needs: [ test_code ] if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/test_wheels' strategy: matrix: @@ -90,7 +90,7 @@ jobs: build_sdist: name: Build source distribution - needs: [ test_code ] + # needs: [ test_code ] runs-on: ubuntu-latest if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/test_wheels' steps: