Skip to content

Commit

Permalink
install dependencies issue 5
Browse files Browse the repository at this point in the history
  • Loading branch information
udaij12 committed Nov 1, 2023
1 parent 2a488af commit 2e7c1fb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/regression_tests_gpu_binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
- uses: conda-incubator/setup-miniconda@v2
with:
miniconda-version: "latest"
python-version: ${{ matrix.python-version }}
- name: Setup Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
Expand Down Expand Up @@ -94,10 +95,15 @@ jobs:
# - run: conda --version
# - run: python --version
- name: Running conda pre dependiences
shell: bash -el {0}
run: |
conda info
echo "-----TEST-----"
echo $CONDA_DEFAULT_ENV
- name: running conda install
shell: bash -el {0}
run: |
conda install -y conda-build
- name: Checkout TorchServe
uses: actions/checkout@v3
- name: Install dependencies
Expand Down

0 comments on commit 2e7c1fb

Please sign in to comment.