Skip to content

Commit

Permalink
Latest werkzeug should now work
Browse files Browse the repository at this point in the history
Revert "Require older werkzeug for now for empty file test"

This reverts commit 34420d0.
  • Loading branch information
benmwebb committed Oct 19, 2023
1 parent 63d3b56 commit 26c04d3
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<2.3' 'werkzeug<2.3' flake8 bokeh
pip install coverage scons flask 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 26c04d3

Please sign in to comment.