Skip to content

Commit

Permalink
Require older werkzeug for now for empty file test
Browse files Browse the repository at this point in the history
Current werkzeug fails if given an empty file as
input; hold at 2.2 for now. See also
pallets/werkzeug#2740.
  • Loading branch information
benmwebb committed Jul 27, 2023
1 parent c447dbd commit 34420d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
pip install coverage scons flask flake8 bokeh
pip install coverage scons flask<2.3 werkzeug<2.3 flake8 bokeh
git clone --depth=5 https://github.com/salilab/saliweb
export PYTHON=`pip show coverage |grep Location|cut -b11-`
(cd saliweb && scons modeller_key=UNKNOWN pythondir=$PYTHON perldir=~/perl prefix=~/usr webdir=~/www install && touch $PYTHON/saliweb/frontend/config.py)
Expand Down

0 comments on commit 34420d0

Please sign in to comment.