From a7921f3bf77a37f7a00e3da5d8fb2f27ac8eb351 Mon Sep 17 00:00:00 2001 From: Kevin Su Date: Tue, 18 Jun 2024 13:05:43 -0700 Subject: [PATCH] install image builder Signed-off-by: Kevin Su --- .github/workflows/single-binary.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/single-binary.yml b/.github/workflows/single-binary.yml index 47b86a7dc3..d4e61a032e 100644 --- a/.github/workflows/single-binary.yml +++ b/.github/workflows/single-binary.yml @@ -174,7 +174,7 @@ jobs: - name: Install Python dependencies run: | python -m pip install --upgrade pip - pip install flytekit flytekitplugins-deck-standard "numpy<2.0.0" + pip install flytekit flytekitplugins-deck-standard flytekitplugins-envd "numpy<2.0.0" pip freeze - name: Checkout flytesnacks uses: actions/checkout@v4