We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 042badd commit 9a0bd34Copy full SHA for 9a0bd34
.github/workflows/regression_tests_cpu_binaries.yml
@@ -57,15 +57,15 @@ jobs:
57
shell: bash -el {0}
58
run: |
59
echo "=====CHECK ENV AND PYTHON VERSION===="
60
- /home/ubuntu/actions-runner/_work/serve/serve/3/condabin/conda info --envs
+ conda info --envs
61
python --version
62
echo "=====RUN INSTALL DEPENDENCIES===="
63
python ts_scripts/install_dependencies.py --environment=dev
64
- name: Torchserve Regression Tests
65
66
67
68
69
70
echo "=====RUN REGRESSION TESTS===="
71
python test/regression_tests.py --binaries --${{ matrix.binaries }} --nightly
0 commit comments