Skip to content

Commit

Permalink
Fixing new error take 3
Browse files Browse the repository at this point in the history
and some more merging
  • Loading branch information
lunamorrow committed Jul 24, 2024
1 parent 6d54208 commit 67b510b
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/gh-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,11 @@ jobs:
install-tests: false
installer: mamba
shell: bash -l {0}


- name: Install openbabel
run: |
mamba install -c conda-forge openbabel<3.0.0
- name: Install package
run: |
python --version
Expand All @@ -86,8 +90,8 @@ jobs:
pytest -n auto -v --cov=mda_openbabel_converter --cov-report=xml --color=yes mda_openbabel_converter/tests/
- name: codecov
if: github.repository == 'lunamorrow/mda_openbabel_converter' && github.event_name != 'schedule'
uses: codecov/codecov-action@v4
if: github.repository == 'MDAnalysis/mda_openbabel_converter' && github.event_name != 'schedule'
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: coverage.xml
Expand All @@ -96,7 +100,8 @@ jobs:


pylint_check:
if: "github.repository == 'MDAnalysis/mda-openbabel-converter'"
if: "github.repository == 'MDAnalysis/mda_openbabel_converter'"
needs: environment-config
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 67b510b

Please sign in to comment.