diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2022-09-01 09:28:29 -0600 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2022-09-01 10:58:45 -0600 |
commit | e8cba650d7b96c23492f319eee131a54f61e8b41 (patch) | |
tree | 4ba8b7d80c6157aa22d6178a05e85f1a45ea9648 /.circleci | |
parent | 917335c6f1277e44c998c8475173ba66b4d409b5 (diff) | |
download | numpy-e8cba650d7b96c23492f319eee131a54f61e8b41.tar.gz |
BUG: Fix circleci build
Pin towncrier to 21.9.0.
[skip azp]
[skip github]
[skip travis]
Diffstat (limited to '.circleci')
-rw-r--r-- | .circleci/config.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index 16fd30fcf..a75f669af 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -65,7 +65,6 @@ jobs: name: create release notes command: | . venv/bin/activate - pip install towncrier VERSION=$(python -c "import setup; print(setup.VERSION)") towncrier build --version $VERSION --yes ./tools/ci/test_all_newsfragments_used.py |