attempting fix wip
This commit is contained in:
parent
cbe4de5460
commit
5ab76706c3
|
@ -18,7 +18,7 @@ jobs:
|
||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
- 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 libopenbabel-dev
|
||||||
python -m pip install --upgrade pip six wheel
|
python -m pip install --upgrade pip six wheel
|
||||||
python -m pip install oddt git+https://github.com/navanchauhan/plip
|
python -m pip install oddt git+https://github.com/navanchauhan/plip
|
||||||
- name: Verifying OpenBabel
|
- name: Verifying OpenBabel
|
||||||
|
|
Loading…
Reference in New Issue