From d3964646cd0e41fe3d0217b697fc750bb3ab95f2 Mon Sep 17 00:00:00 2001 From: Dipika Sikka Date: Tue, 2 Apr 2024 21:43:13 +0000 Subject: [PATCH] try again --- .github/workflows/build-wheel-and-container.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-wheel-and-container.yml b/.github/workflows/build-wheel-and-container.yml index aa3002b045d..79acc69615b 100644 --- a/.github/workflows/build-wheel-and-container.yml +++ b/.github/workflows/build-wheel-and-container.yml @@ -78,7 +78,7 @@ jobs: - name: Install Wheel run: | echo "FILENAME=$(echo dist_s3/*.whl)" >> $GITHUB_ENV - pip install $FILENAME[dev] + echo $FILENAME - name: Checkout code uses: actions/checkout@v3 with: @@ -86,6 +86,7 @@ jobs: sparse-checkout-cone-mode: false - name: Remove non-test files and run tests run: | + pip install $FILENAME[dev] pip list ls make test