attempting fix

This commit is contained in:
Navan Chauhan 2020-11-08 15:25:08 +05:30
parent ac93987086
commit 800187545f
1 changed files with 1 additions and 2 deletions

View File

@ -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