Skip to content

Commit

Permalink
Install project
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtomlinson committed Apr 29, 2024
1 parent 14d285c commit 7869e32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
GITHUB_TOKEN: "${{ secrets.dask_bot_token }}"
PUBLISH: ${{ github.repository == 'dask/dask-kubernetes' && github.event_name == 'push' && startsWith(github.ref, 'refs/tags') }}
run: |
pip install .
cd dask_kubernetes/operator/deployment/helm
if ${PUBLISH} == true; then
Expand Down

0 comments on commit 7869e32

Please sign in to comment.