Skip to content

Commit

Permalink
Fix PATH setting in Windows C++ TFLite tests
Browse files Browse the repository at this point in the history
  • Loading branch information
reuben committed Apr 16, 2021
1 parent a668cb5 commit 685e432
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ci_scripts/cppwin_tflite-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ set_ldc_sample_filename "${bitrate}"
model_source=${DEEPSPEECH_TEST_MODEL//.pb/.tflite}
model_name=$(basename "${model_source}")
model_name_mmap=$(basename "${model_source}")
export DATA_TMP_DIR=${TASKCLUSTER_TMP_DIR}
export DATA_TMP_DIR=${CI_TMP_DIR}

download_material "${TASKCLUSTER_TMP_DIR}/ds"
download_material "${CI_TMP_DIR}/ds"

export PATH=${TASKCLUSTER_TMP_DIR}/ds/:$PATH
export PATH=${CI_TMP_DIR}/ds/:$PATH

check_versions

Expand Down

0 comments on commit 685e432

Please sign in to comment.