From 26c04d3fbbf5e783e007f3180d872a315d0fb0e5 Mon Sep 17 00:00:00 2001 From: Ben Webb Date: Wed, 18 Oct 2023 22:33:53 -0700 Subject: [PATCH] Latest werkzeug should now work Revert "Require older werkzeug for now for empty file test" This reverts commit 34420d020c00c1709f87bf5b5737a0a740c874f1. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c3119be..0fea5dd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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)