Skip to content

Commit

Permalink
DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
titodalcanton committed Nov 15, 2024
1 parent e5bbb9a commit 7936d7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/basic-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ jobs:
which python
echo "Where is tox?"
which tox
echo "What is $CONDA_PREFIX?"
echo "What is CONDA_PREFIX?"
echo $CONDA_PREFIX
echo "Is LAPACK where it should?"
ls $CONDA_PREFIX/lib/ | grep liblapack
find $CONDA_PREFIX/lib/ -type f -name liblapack\*
echo "What is LD_LIBRARY_PATH?"
echo $LD_LIBRARY_PATH
- name: run pycbc test suite
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ setenv =
; Tell the linker to look for shared libs inside the temporary Conda env.
; Needed to build BBHx's wheel, whick links to LAPACK.
LIBRARY_PATH={envdir}/lib:{env:LIBRARY_PATH:}
commands = pytest
commands = echo LIBRARY_PATH is $LIBRARY_PATH ; pytest

# The following are long running or may require
# some extra system-level dependencies or static files.
Expand Down

0 comments on commit 7936d7a

Please sign in to comment.