fixing action
This commit is contained in:
parent
2c8b5955e4
commit
0609e93b13
|
@ -18,7 +18,7 @@ jobs:
|
||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
apt update && apt install python3-openbabel openbabel
|
sudo apt update && sudo apt install python3-openbabel openbabel git
|
||||||
python -m pip install git
|
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
|
||||||
|
|
Loading…
Reference in New Issue