summaryrefslogtreecommitdiff
path: root/.circleci
diff options
context:
space:
mode:
authorRaghuveer Devulapalli <raghuveer.devulapalli@intel.com>2021-08-16 15:19:12 -0700
committerRaghuveer Devulapalli <raghuveer.devulapalli@intel.com>2021-08-24 08:54:52 -0700
commit35c1dfe922a1506f641610a2fd766ce122c46727 (patch)
tree6a0b60326a715f6de71078bbeb2512600c668ba5 /.circleci
parentdf51047f6aaf923e3b1af3febd099eda5a82c186 (diff)
downloadnumpy-35c1dfe922a1506f641610a2fd766ce122c46727.tar.gz
CI/CD: Pull submodules for circleci
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml6
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