Skip to content

Commit

Permalink
Merge pull request #22195 from charris/fix-circleci-failure
Browse files Browse the repository at this point in the history
BUG: Fix circleci build
  • Loading branch information
charris committed Sep 2, 2022
2 parents 750ad21 + ab2d2a2 commit 499ad3b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion .circleci/config.yml
Expand Up @@ -51,7 +51,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
Expand Down
3 changes: 3 additions & 0 deletions doc_requirements.txt
Expand Up @@ -8,3 +8,6 @@ scipy
matplotlib
pandas
breathe

# needed to build release notes
towncrier==21.9.0
1 change: 0 additions & 1 deletion release_requirements.txt
Expand Up @@ -14,4 +14,3 @@ twine

# building and notes
Paver
towncrier

0 comments on commit 499ad3b

Please sign in to comment.