attempting fix
This commit is contained in:
parent
ac93987086
commit
800187545f
|
@ -18,9 +18,8 @@ jobs:
|
|||
python-version: ${{ matrix.python-version }}
|
||||
- name: Install dependencies
|
||||
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 git
|
||||
python3 -m pip install git+https://github.com/navanchauhan/plip oddt
|
||||
- name: Clean Test Data
|
||||
run: cd tests && python test-oddt-plip.py
|
||||
|
|
Loading…
Reference in New Issue