attempting fix
This commit is contained in:
parent
90ad37cbd0
commit
8f9ceebebf
|
@ -20,6 +20,6 @@ jobs:
|
||||||
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 six
|
python -m pip install --upgrade pip six
|
||||||
python -m pip install oddt git+https://github.com/navanchauhan/plip
|
python -m pip install oddt git+https://github.com/navanchauhan/plip openbabel
|
||||||
- name: Clean Test Data
|
- name: Clean Test Data
|
||||||
run: cd tests && python test-oddt-plip.py
|
run: cd tests && python test-oddt-plip.py
|
||||||
|
|
Loading…
Reference in New Issue