Skip to content

Commit

Permalink
Add /usr/local/lib in LD_LIBRARY_PATH and add debug statements in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Diviloper committed Dec 20, 2023
1 parent be56f08 commit 5eaed2b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -47,5 +47,8 @@ jobs:
cd ..
- name: Test PyMEOS with pytest
run: |
ls /usr/local/lib
echo $LD_LIBRARY_PATH
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
cd pymeos
pytest

0 comments on commit 5eaed2b

Please sign in to comment.