From ca079f3232d4753413b139bf83cb9a8258750a10 Mon Sep 17 00:00:00 2001 From: lunamorrow Date: Wed, 17 Jul 2024 17:22:31 +1000 Subject: [PATCH] Install appropriate/specific OpenBabel version for imports --- .github/workflows/gh-ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-ci.yaml b/.github/workflows/gh-ci.yaml index 31c5fb4..0340ee6 100644 --- a/.github/workflows/gh-ci.yaml +++ b/.github/workflows/gh-ci.yaml @@ -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