attempting fix

This commit is contained in:
Navan Chauhan 2020-11-08 15:23:51 +05:30
parent 0609e93b13
commit ac93987086
1 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,8 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
sudo apt update && sudo apt install python3-openbabel openbabel git
sudo apt update && sudo apt install python3-openbabel openbabel
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