Skip to content

Commit 0866466

Browse files
committed
probe
1 parent b0b17f0 commit 0866466

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/tests-on-pr.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,13 @@ jobs:
4242
conda list
4343
python -m pip install . --no-deps
4444
45+
- name: Inspect srreal_ext linkage
46+
run: |
47+
python - <<'EOF'
48+
import diffpy.srreal.srreal_ext as m, os
49+
print("srreal_ext.so →", m.__file__)
50+
EOF
51+
ldd $(python -c "import diffpy.srreal.srreal_ext as m; print(m.__file__)")
52+
4553
- name: Validate diffpy.pdfgui
4654
run: pytest tests

0 commit comments

Comments
 (0)