From af745bfdc9ecdf44092503fc53bf5d72cad8838f Mon Sep 17 00:00:00 2001 From: Rabii Chaarani <50892556+rabii-chaarani@users.noreply.github.com> Date: Wed, 27 Mar 2024 14:51:36 +1100 Subject: [PATCH] fix: update without docs for the moment --- .github/workflows/release-please.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index edf50f8..1cf9dac 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -64,7 +64,7 @@ jobs: conda-deploy: name: Building conda package for python ${{ matrix.os }}) - needs: ["documentation-test", "continuous-integration"] + needs: "continuous-integration" runs-on: ${{matrix.os}} strategy: fail-fast: false @@ -98,7 +98,7 @@ jobs: path: conda make_sdist: - needs: ["documentation-test", "continuous-integration"] + needs: "continuous-integration" name: Make SDist runs-on: ubuntu-latest steps: