Skip to content

Commit

Permalink
Refactor tests for repo.
Browse files Browse the repository at this point in the history
This will support new notebooks testing
  • Loading branch information
gogasca committed Feb 28, 2020
1 parent b0c73bf commit b42d2c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .kokoro/tests/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ project_setup(){

create_virtualenv(){
virtualenv -p $(which "${CMLE_PYTHON_VERSION}") "${KOKORO_ARTIFACTS_DIR}"/envs/"${CMLE_PYTHON_VERSION}"/venv
source "${KOKORO_ARTIFACTS_DIR}"/envs/"${CAIP_PYTHON_VERSION}"/venv/bin/activate
source "${KOKORO_ARTIFACTS_DIR}"/envs/"${CMLE_PYTHON_VERSION}"/venv/bin/activate
}


Expand Down

0 comments on commit b42d2c6

Please sign in to comment.