diff options
author | Raghuveer Devulapalli <raghuveer.devulapalli@intel.com> | 2021-08-16 15:19:12 -0700 |
---|---|---|
committer | Raghuveer Devulapalli <raghuveer.devulapalli@intel.com> | 2021-08-24 08:54:52 -0700 |
commit | 35c1dfe922a1506f641610a2fd766ce122c46727 (patch) | |
tree | 6a0b60326a715f6de71078bbeb2512600c668ba5 /.circleci | |
parent | df51047f6aaf923e3b1af3febd099eda5a82c186 (diff) | |
download | numpy-35c1dfe922a1506f641610a2fd766ce122c46727.tar.gz |
CI/CD: Pull submodules for circleci
Diffstat (limited to '.circleci')
-rw-r--r-- | .circleci/config.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index fdb85be98..d582fe4ec 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -20,6 +20,12 @@ jobs: if [[ -v CI_PULL_REQUEST ]] ; then git pull --ff-only origin "refs/pull/${CI_PULL_REQUEST//*pull\//}/merge" ; fi - run: + name: update submodules + command: | + git submodule init + git submodule update + + - run: name: create virtual environment, install dependencies command: | sudo apt-get update |