Skip to content

Commit

Permalink
fix: update without docs for the moment
Browse files Browse the repository at this point in the history
  • Loading branch information
rabii-chaarani committed Mar 27, 2024
1 parent 03a270f commit af745bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit af745bf

Please sign in to comment.