From 3941838837e4bf9cd911f1793d2032348bc0f9b6 Mon Sep 17 00:00:00 2001 From: taieeuu Date: Tue, 3 Dec 2024 22:59:27 +0800 Subject: [PATCH] add install pytest in single-binary.yml Signed-off-by: taieeuu --- .github/workflows/single-binary.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/single-binary.yml b/.github/workflows/single-binary.yml index 0f64525860..1e31d703e4 100644 --- a/.github/workflows/single-binary.yml +++ b/.github/workflows/single-binary.yml @@ -197,6 +197,9 @@ jobs: --version ${{ env.FLYTESNACKS_VERSION }} \ flytesnacks/$line; done < flytesnacks/flyte_tests.txt + - name: Install Pytest + run: | + pip install pytest - name: End2End run: | make end2end_execute