diff --git a/.github/workflows/regression_tests_gpu_binaries.yml b/.github/workflows/regression_tests_gpu_binaries.yml index c9006683509..1492f12b0a7 100644 --- a/.github/workflows/regression_tests_gpu_binaries.yml +++ b/.github/workflows/regression_tests_gpu_binaries.yml @@ -2,6 +2,7 @@ name: Run Regression Tests for GPU nightly binaries on: # run every day at 6:15am + push: workflow_dispatch: concurrency: @@ -35,20 +36,20 @@ jobs: - uses: conda-incubator/setup-miniconda@v2 with: miniconda-version: "latest" - - name: Setup Conda - uses: s-weigand/setup-conda@v1 - with: - python-version: ${{ matrix.python-version }} - name: Setup Python ${{ matrix.python_version }} uses: actions/setup-python@v3 + with: + python-version: ${{ matrix.python-version }} + architecture: x64 + - name: Setup Conda + uses: s-weigand/setup-conda@v1 with: python-version: ${{ matrix.python-version }} - architecture: x64 - run: conda --version - run: python --version - name: Install dependencies run: | - python ts_scripts/install_dependencies.py --environment=dev --cuda=cu118 + python ts_scripts/install_dependencies.py --environment=dev --cuda=cu121 - name: Torchserve Regression Tests run: | python test/regression_tests.py --binaries --${{ matrix.binaries }} --nightly