Skip to content

Commit 9a0bd34

Browse files
committed
testing cpu ci
1 parent 042badd commit 9a0bd34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/regression_tests_cpu_binaries.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,15 @@ jobs:
5757
shell: bash -el {0}
5858
run: |
5959
echo "=====CHECK ENV AND PYTHON VERSION===="
60-
/home/ubuntu/actions-runner/_work/serve/serve/3/condabin/conda info --envs
60+
conda info --envs
6161
python --version
6262
echo "=====RUN INSTALL DEPENDENCIES===="
6363
python ts_scripts/install_dependencies.py --environment=dev
6464
- name: Torchserve Regression Tests
6565
shell: bash -el {0}
6666
run: |
6767
echo "=====CHECK ENV AND PYTHON VERSION===="
68-
/home/ubuntu/actions-runner/_work/serve/serve/3/condabin/conda info --envs
68+
conda info --envs
6969
python --version
7070
echo "=====RUN REGRESSION TESTS===="
7171
python test/regression_tests.py --binaries --${{ matrix.binaries }} --nightly

0 commit comments

Comments
 (0)