From 055a1ee1bff5c895b6ec72ccccb1311028acd0a9 Mon Sep 17 00:00:00 2001 From: udaij12 Date: Wed, 1 Nov 2023 15:05:31 -0700 Subject: [PATCH] install dependencies issue 3 --- .github/workflows/regression_tests_gpu_binaries.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/regression_tests_gpu_binaries.yml b/.github/workflows/regression_tests_gpu_binaries.yml index 448672e1274..d165df021f6 100644 --- a/.github/workflows/regression_tests_gpu_binaries.yml +++ b/.github/workflows/regression_tests_gpu_binaries.yml @@ -100,6 +100,7 @@ jobs: - name: Checkout TorchServe uses: actions/checkout@v3 - name: Install dependencies + shell: bash -el {0} run: | python ts_scripts/install_dependencies.py --environment=dev --cuda=cu121 - name: debug 2