Skip to content

Commit

Permalink
include env setup
Browse files Browse the repository at this point in the history
  • Loading branch information
lunamorrow committed Jul 24, 2024
1 parent d5d82af commit d8219e1
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/gh-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,23 +65,22 @@ jobs:
installer: mamba
shell: bash -l {0}

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

0 comments on commit d8219e1

Please sign in to comment.