Skip to content

Commit

Permalink
We need python-ihm to test saliweb now
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed Aug 27, 2024
1 parent f4bf94f commit 9583d22
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
pip install coverage scons flask flake8 ihm
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 9583d22

Please sign in to comment.