Skip to content

Commit

Permalink
Fixing new error take 8
Browse files Browse the repository at this point in the history
  • Loading branch information
lunamorrow committed Jul 18, 2024
1 parent 0fcbb92 commit 1d0837e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/gh-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,14 @@ jobs:
installer: mamba
shell: bash -l {0}

- name: Setup Conda Environment
uses: mamba-org/setup-micromamba@v1
with:
environment-file: devtools/conda-envs/test_env.yml
environment-name: mda-ob
create-args: >-
python==${{ matrix.python-version }}
- name: Install openbabel
run: |
mamba install -c conda-forge 'openbabel<=2.9.9'
Expand Down

0 comments on commit 1d0837e

Please sign in to comment.