From 9c3088f0de7bd0ed5564ff75ab7e8d3893778b86 Mon Sep 17 00:00:00 2001 From: udaij12 Date: Mon, 30 Oct 2023 12:26:29 -0700 Subject: [PATCH] setting up python --- .../workflows/regression_tests_gpu_binaries.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/regression_tests_gpu_binaries.yml b/.github/workflows/regression_tests_gpu_binaries.yml index 58937540e04..383a62b51a3 100644 --- a/.github/workflows/regression_tests_gpu_binaries.yml +++ b/.github/workflows/regression_tests_gpu_binaries.yml @@ -23,17 +23,15 @@ 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 - - run: python --version - - run: conda --version + - name: Setup Conda + uses: s-weigand/setup-conda@v1 + with: + python-version: ${{ matrix.python-version }} - name: Setup Anaconda run: | conda install -y conda-build anaconda-client @@ -44,7 +42,9 @@ jobs: sudo rm -rf ./* || true sudo rm -rf ./.??* || true ls -la ./ - + - run: python --version + - run: conda --version + # - name: Clean up previous run # run: | # echo "Cleaning up previous run"