Skip to content

Commit 6bff8ee

Browse files
committed
Add diagnostics to try and figure out what is failing
1 parent ced1817 commit 6bff8ee

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release-wheels.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,9 @@ jobs:
176176
if n.startswith('hgraph/'):
177177
print(' ', n)
178178
PY
179-
echo "--- Import test ---"
179+
echo "--- Import test (from a clean working directory to avoid repo src shadowing) ---"
180+
tmp=$(mktemp -d)
181+
cd "$tmp"
180182
python - <<'PY'
181183
import importlib.util
182184
print(importlib.util.find_spec('hgraph'))

0 commit comments

Comments
 (0)