diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2020-11-08 15:41:14 +0530 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2020-11-08 15:41:14 +0530 |
commit | d5b4c5004e7e2b9801786b50c1584f820f708e04 (patch) | |
tree | ecb6882ef2d8e2b14a4203cb5b59cf2d05b042c3 /.github/workflows/test-plip-oddt.yaml | |
parent | 5ab76706c3bfc293f17265dc5ad78c5c6f6ef7bc (diff) |
attempting fix wip
Diffstat (limited to '.github/workflows/test-plip-oddt.yaml')
-rw-r--r-- | .github/workflows/test-plip-oddt.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test-plip-oddt.yaml b/.github/workflows/test-plip-oddt.yaml index 5f33564..458e1a3 100644 --- a/.github/workflows/test-plip-oddt.yaml +++ b/.github/workflows/test-plip-oddt.yaml @@ -18,7 +18,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install dependencies run: | - sudo apt update && sudo apt install python3-openbabel openbabel python-six git libopenbabel-dev + sudo apt update && sudo apt install python3-openbabel openbabel python-six git libopenbabel-dev libopenbabel6 python -m pip install --upgrade pip six wheel python -m pip install oddt git+https://github.com/navanchauhan/plip - name: Verifying OpenBabel |