From 7869e32d54e41e61a7d7ed96a5acd5aa1a1a86e5 Mon Sep 17 00:00:00 2001 From: Jacob Tomlinson Date: Mon, 29 Apr 2024 12:23:31 +0100 Subject: [PATCH] Install project --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 341fc119..b2416ab7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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