attempting fix

This commit is contained in:
Navan Chauhan 2020-11-08 15:30:09 +05:30
parent 88e7dbefa4
commit 90ad37cbd0
1 changed files with 2 additions and 1 deletions

View File

@ -19,6 +19,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
sudo apt update && sudo apt install python3-openbabel openbabel python-six git sudo apt update && sudo apt install python3-openbabel openbabel python-six git
python -m pip install --upgrade pip oddt git+https://github.com/navanchauhan/plip python -m pip install --upgrade pip six
python -m pip install oddt git+https://github.com/navanchauhan/plip
- name: Clean Test Data - name: Clean Test Data
run: cd tests && python test-oddt-plip.py run: cd tests && python test-oddt-plip.py