Skip to content

Commit

Permalink
Update to Modeller 10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed Jan 24, 2024
1 parent ab56461 commit 57c7db5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
sudo apt-get -qq update && sudo apt-get install -y swig
pip install coverage pytest-cov flake8
export PYTHON=`pip show coverage |grep Location|cut -b11-`
wget https://salilab.org/modeller/10.4/modeller_10.4-1_amd64.deb
sudo --preserve-env=KEY_MODELLER dpkg -i modeller_10.4-1_amd64.deb
wget https://salilab.org/modeller/10.5/modeller_10.5-1_amd64.deb
sudo --preserve-env=KEY_MODELLER dpkg -i modeller_10.5-1_amd64.deb
modpyver=${{ matrix.python-version }}
ln -sf /usr/lib/python${modpyver}/dist-packages/_modeller.so ${PYTHON}
ln -sf /usr/lib/python${modpyver}/dist-packages/modeller ${PYTHON}
Expand Down

0 comments on commit 57c7db5

Please sign in to comment.