Skip to content

Commit

Permalink
Remove the super annoying openbabel.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shyue Ping Ong committed Aug 1, 2023
1 parent 901c83c commit 2f40a6a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,24 +19,17 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Install OpenBabel
shell: bash -l {0}
run: conda install -c conda-forge openbabel

- name: Install dependencies
shell: bash -l {0}
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade pymatgen
python -m pip install -e '.[dev]'
- name: pytest
shell: bash -l {0}
env:
PMG_MAPI_KEY: ${{ secrets.PMG_MAPI_KEY }}
MPLBACKEND: "Agg"
run: pytest --cov=custodian custodian --color=yes
- name: Upload coverage reports to Codecov
shell: bash -l {0}
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 2f40a6a

Please sign in to comment.