diff options
author | Sayed Adel <seiko@imavr.com> | 2021-08-30 21:08:45 +0200 |
---|---|---|
committer | Sayed Adel <seiko@imavr.com> | 2021-08-31 18:16:25 +0200 |
commit | 21c69689bafc4ed2d3ef4038bda81d32c05dc6d7 (patch) | |
tree | fd5851e66249cc7444fafa5b5b384999402efca9 /.circleci | |
parent | 1f56a455c0108b1670d5968f188e287a294b4f2e (diff) | |
download | numpy-21c69689bafc4ed2d3ef4038bda81d32c05dc6d7.tar.gz |
DOC: Apply suggestions from Matti review
Co-authored-by: Matti Picus <matti.picus@gmail.com>
Diffstat (limited to '.circleci')
-rw-r--r-- | .circleci/config.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index a0c2a25a4..c343e9168 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -8,6 +8,10 @@ jobs: docker: # CircleCI maintains a library of pre-built images # documented at https://circleci.com/docs/2.0/circleci-images/ + # circleci/python3.8 images come with old versions of Doxygen(1.6.x), + # therefore a new base image chose instead to guarantee to + # have a newer version >= 1.8.10 to avoid warnings + # that related to the default behaviors or non-exist config options - image: cimg/base:2021.05 working_directory: ~/repo |