attempting fix wip

This commit is contained in:
Navan Chauhan 2020-11-08 15:36:48 +05:30
parent 8f9ceebebf
commit cbe4de5460
1 changed files with 6 additions and 3 deletions

View File

@ -6,7 +6,7 @@ jobs:
build: build:
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04
if: "! contains(github.event.head_commit.message, 'wip')" if: "! contains(github.event.head_commit.message, 'disabled')"
strategy: strategy:
matrix: matrix:
python-version: [3.8] python-version: [3.8]
@ -19,7 +19,10 @@ jobs:
- 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
python -m pip install --upgrade pip six python -m pip install --upgrade pip six wheel
python -m pip install oddt git+https://github.com/navanchauhan/plip openbabel python -m pip install oddt git+https://github.com/navanchauhan/plip
- name: Verifying OpenBabel
run: |
python3 -m pip install openbabel
- name: Clean Test Data - name: Clean Test Data
run: cd tests && python test-oddt-plip.py run: cd tests && python test-oddt-plip.py