Skip to content

Commit

Permalink
BUG: Fix circleci build
Browse files Browse the repository at this point in the history
Pin towncrier to 21.9.0.

[skip azp]
[skip github]
[skip travis]
  • Loading branch information
charris committed Sep 1, 2022
1 parent 917335c commit e8cba65
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
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions doc_requirements.txt
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,3 @@ twine

# building and notes
Paver
towncrier

0 comments on commit e8cba65

Please sign in to comment.