Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-S-Rosen authored Mar 8, 2024
1 parent 8eea01c commit 1ab6a6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ jobs:
python-version: ${{ matrix.python-version }}
activate-environment: myenv

- name: Install OpenBabel
run: conda install -c conda-forge openbabel

- name: Install dependencies
run: pip install -e '.[dev]'

- name: Install OpenBabel
run: conda install -c conda-forge openbabel

- name: pytest
env:
PMG_MAPI_KEY: ${{ secrets.PMG_MAPI_KEY }}
Expand Down

0 comments on commit 1ab6a6a

Please sign in to comment.