aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2020-11-08 15:21:39 +0530
committerNavan Chauhan <navanchauhan@gmail.com>2020-11-08 15:21:39 +0530
commit0609e93b13c5dd4852a12cfa26da5685e8110415 (patch)
tree870e43734d674ebd05bc1b5c9466d8ca9cae77e1 /.github
parent2c8b5955e452f60c3d78c5d4477fbdf78d002dcc (diff)
fixing action
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test-plip-oddt.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test-plip-oddt.yaml b/.github/workflows/test-plip-oddt.yaml
index 383a1e2..dea6d4f 100644
--- a/.github/workflows/test-plip-oddt.yaml
+++ b/.github/workflows/test-plip-oddt.yaml
@@ -18,7 +18,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
- apt update && apt install python3-openbabel openbabel
+ sudo apt update && sudo apt install python3-openbabel openbabel git
python -m pip install git
python3 -m pip install git+https://github.com/navanchauhan/plip oddt
- name: Clean Test Data