Skip to content

Commit

Permalink
Add conda dependencies like enumlib and openbabel.
Browse files Browse the repository at this point in the history
  • Loading branch information
shyuep committed Jun 28, 2024
1 parent 321ec76 commit 9dfae9e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ jobs:
run: |
micromamba create -n venv python=${{ matrix.python-version }} --yes
- name: Install ubuntu-only conda dependencies
if: matrix.config.os == 'ubuntu-latest'
run: |
micromamba install -n venv -c conda-forge enumlib packmol bader openbabel openff-toolkit --yes
- name: Install uv
run: micromamba run -n venv pip install uv

Expand Down

0 comments on commit 9dfae9e

Please sign in to comment.