Skip to content

Commit

Permalink
testing conda rather than miniconda
Browse files Browse the repository at this point in the history
  • Loading branch information
udaij12 committed Nov 1, 2023
1 parent 29dc7b6 commit 657cdbf
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions .github/workflows/regression_tests_gpu_binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,17 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
architecture: x64
# - name: Setup Conda
# uses: s-weigand/setup-conda@v1
# with:
# update-conda: true
# python-version: ${{ matrix.python-version }}
# conda-channels: anaconda, conda-forge
# - name: Setup Python ${{ matrix.python-version }}
# uses: actions/setup-python@v4
# with:
# python-version: ${{ matrix.python-version }}
# architecture: x64
- name: Setup Conda
uses: s-weigand/setup-conda@v1
with:
update-conda: true
python-version: ${{ matrix.python-version }}
conda-channels: anaconda, conda-forge
- name: Setup Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
architecture: x64
- name: debug
shell: bash -el {0}
run: |
Expand Down Expand Up @@ -102,7 +102,6 @@ jobs:
- name: Torchserve Regression Tests
shell: bash -el {0}
run: |
conda init bash
conda list
conda config --show
# python test/regression_tests.py --binaries --${{ matrix.binaries }} --nightly

0 comments on commit 657cdbf

Please sign in to comment.