From b6f0151a65d3fa4f458bc239f2f7d84061b9495e Mon Sep 17 00:00:00 2001 From: Eduardo Apolinario Date: Tue, 1 Oct 2024 17:29:54 -0400 Subject: [PATCH] Debug - run debug version Signed-off-by: Eduardo Apolinario --- .github/workflows/single-binary.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/single-binary.yml b/.github/workflows/single-binary.yml index 123dd452e1..0fb08823b1 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 plotly pandas pygments ydata-profiling + uv pip install --system git+https://github.com/flyteorg/flytekit.git@7d18c54e2fb6637a8a2180cee80260eaac3d0153 flytekitplugins-deck-standard "numpy<2.0.0" pyarrow plotly pandas pygments ydata-profiling uv pip freeze - name: Checkout flytesnacks uses: actions/checkout@v4 @@ -185,14 +185,13 @@ jobs: ref: ${{ env.FLYTESNACKS_VERSION }} - name: Register specific tests run: | - flytekit_version=$(pip show flytekit | grep -i version | awk '{ print $2 }') while read -r line; do pyflyte -vv --config ./boilerplate/flyte/end2end/functional-test-config.yaml \ register \ --project flytesnacks \ --domain development \ - --image cr.flyte.org/flyteorg/flytekit:py3.12-${flytekit_version} \ + --image cr.flyte.org/flyteorg/flytekit:py3.12-1.13.6 \ --version ${{ env.FLYTESNACKS_VERSION }} \ flytesnacks/$line; done < flytesnacks/flyte_tests.txt