Skip to content

Commit

Permalink
CI: pin pyparsing for doc build
Browse files Browse the repository at this point in the history
* temporary workaround for scipygh-14911 to see if
it gets CI doc build green again
  • Loading branch information
tylerjereddy committed Oct 24, 2021
1 parent 270b1c2 commit 677568e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ jobs:
pip install -r doc_requirements.txt
pip install nose mpmath argparse Pillow asv pythran
pip install pybind11
# temporary pin for gh-14911
pip install pyparsing==2.4.7
- run:
name: build SciPy
Expand Down

0 comments on commit 677568e

Please sign in to comment.