diff options
| author | Navan Chauhan <navanchauhan@gmail.com> | 2020-11-08 15:32:43 +0530 |
|---|---|---|
| committer | Navan Chauhan <navanchauhan@gmail.com> | 2020-11-08 15:32:43 +0530 |
| commit | 8f9ceebebf3a8c4d4bbb14635980a315e7af8ae1 (patch) | |
| tree | 2cab1e9b2b08fb71d6107e749270d17cf9880e64 /.github/workflows | |
| parent | 90ad37cbd04f4551232ee01f18ba85dd753d672d (diff) | |
attempting fix
Diffstat (limited to '.github/workflows')
| -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 d2273a8..256c0c8 100644 --- a/.github/workflows/test-plip-oddt.yaml +++ b/.github/workflows/test-plip-oddt.yaml @@ -20,6 +20,6 @@ jobs: run: | sudo apt update && sudo apt install python3-openbabel openbabel python-six git python -m pip install --upgrade pip six - python -m pip install oddt git+https://github.com/navanchauhan/plip + python -m pip install oddt git+https://github.com/navanchauhan/plip openbabel - name: Clean Test Data run: cd tests && python test-oddt-plip.py |
