attempting fix
This commit is contained in:
parent
ac93987086
commit
800187545f
|
@ -18,9 +18,8 @@ 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
|
sudo apt update && sudo apt install python3-openbabel openbabel git
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
python -m pip install git
|
|
||||||
python3 -m pip install git+https://github.com/navanchauhan/plip oddt
|
python3 -m pip install git+https://github.com/navanchauhan/plip oddt
|
||||||
- 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