Skip to content

Commit

Permalink
try sudo ln -s /usr/include/openbabel3 /usr/local/include/openbabel3
Browse files Browse the repository at this point in the history
  • Loading branch information
janosh committed Mar 9, 2024
1 parent c6e6293 commit f296b6c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Install uv
run: pip install uv

- name: Install openbabel
- name: Install system dependencies
run: |
if [ "${{ matrix.os }}" == "ubuntu-latest" ]; then
sudo apt-get update
Expand All @@ -51,11 +51,10 @@ jobs:
- name: Install dependencies
run: |
uv pip install -e '.[dev]' --system
sudo ln -s /usr/include/openbabel3 /usr/local/include/openbabel3
uv pip install openbabel --system
# check if openbabel is installed
python -c "import openbabel"
env:
LD_LIBRARY_PATH: /usr/local/lib
- name: pytest
env:
Expand Down

0 comments on commit f296b6c

Please sign in to comment.