diff options
author | mattip <matti.picus@gmail.com> | 2019-07-14 11:47:19 -0500 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2019-07-14 14:32:10 -0500 |
commit | af5b52b75687ef170bf17d7fa6ecc71718a92ae6 (patch) | |
tree | 19ee8dd3f69b3c90629a95698836b62308d1ca37 /.circleci | |
parent | 5b0069c08d00e871d74c6533e0b0eeb3107e8f70 (diff) | |
download | numpy-af5b52b75687ef170bf17d7fa6ecc71718a92ae6.tar.gz |
BUILD: adapt "make version-check" to "make dist"
Diffstat (limited to '.circleci')
-rw-r--r-- | .circleci/config.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index ff26afeb8..6b4ab812f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -19,6 +19,7 @@ jobs: name: install dependencies command: | python3 -m venv venv + ln -s $(which python3) venv/bin/python3.6 . venv/bin/activate pip install cython sphinx==1.8.5 matplotlib ipython sudo apt-get update |