Skip to content
This repository was archived by the owner on Apr 28, 2023. It is now read-only.

Commit 19bde5c

Browse files
authored
Merge pull request #349 from facebookresearch/conda-test-correct
Activate conda env which has TC build for test time
2 parents 3c5dba2 + ca570da commit 19bde5c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.jenkins/run_test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ source /etc/lsb-release
1010

1111
if [[ $(conda --version | wc -c) -ne 0 ]]; then
1212
echo "Running TC PyTorch tests"
13+
source activate tc-env
1314
./test_python/run_test.sh
1415
else
1516
# TODO: modify 2LUT tests from example_MLP_model and enable on CI

0 commit comments

Comments
 (0)