diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2020-11-08 15:21:39 +0530 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2020-11-08 15:21:39 +0530 |
commit | 0609e93b13c5dd4852a12cfa26da5685e8110415 (patch) | |
tree | 870e43734d674ebd05bc1b5c9466d8ca9cae77e1 /.github | |
parent | 2c8b5955e452f60c3d78c5d4477fbdf78d002dcc (diff) |
fixing action
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/test-plip-oddt.yaml | 2 |
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 |