From 25a0263a70bb0303c1da02476a70f3db0566b717 Mon Sep 17 00:00:00 2001 From: Eduardo Apolinario Date: Wed, 2 Oct 2024 13:02:14 -0400 Subject: [PATCH] Add pandas to single-binary tests Signed-off-by: Eduardo Apolinario --- .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 60e237b974..e38b0f6554 100644 --- a/.github/workflows/single-binary.yml +++ b/.github/workflows/single-binary.yml @@ -175,7 +175,7 @@ jobs: run: | python -m pip install --upgrade pip pip install uv - uv pip install --system flytekit flytekitplugins-deck-standard "numpy<2.0.0" pyarrow + uv pip install --system flytekit flytekitplugins-deck-standard "numpy<2.0.0" pyarrow pandas uv pip freeze - name: Checkout flytesnacks uses: actions/checkout@v4