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 7a8068c commit 8562cce
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/basic-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,14 @@ jobs:
git lfs pull -I "data/lalsimulation/SEOBNRv4ROM_v2.0.hdf5"
mv data/lalsimulation/* ../
cd ../
- name: DEBUG DEBUG DEBUG checking various env stuff
run: |
python --version
which python
which tox
echo $CONDA_PREFIX
ls $CONDA_PREFIX/lib/liblapack*
echo $LD_LIBRARY_PATH
- name: run pycbc test suite
run: |
export LAL_DATA_PATH=$PWD
Expand Down

0 comments on commit 8562cce

Please sign in to comment.