Skip to content

Commit

Permalink
this probably doesn't work
Browse files Browse the repository at this point in the history
  • Loading branch information
janosh committed Mar 9, 2024
1 parent 4063781 commit cb58b60
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,12 @@ jobs:
- name: Install uv
run: pip install uv

- uses: conda-incubator/setup-miniconda@v3
with:
python-version: ${{ matrix.python-version }}
activate-environment: qchem

- name: Install OpenBabel
run: conda install -c conda-forge openbabel

- name: Install dependencies
run: uv pip install -e '.[dev]' --system
run: |
uv pip install -e '.[dev]' --system
uv pip install openbabel --system
# check if openbabel is installed
python -c "import openbabel"
- name: pytest
env:
Expand Down

0 comments on commit cb58b60

Please sign in to comment.