Skip to content

Commit

Permalink
Install appropriate/specific OpenBabel version for imports
Browse files Browse the repository at this point in the history
  • Loading branch information
lunamorrow committed Jul 17, 2024
1 parent f70e1c2 commit ca079f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
- name: Install package
run: |
python --version
mamba install -c conda-forge openbabel
mamba install -c conda-forge openbabel==2.4.0
python -m pip install . --no-deps
- name: Python information
Expand Down

0 comments on commit ca079f3

Please sign in to comment.