Skip to content

Commit 1a43afb

Browse files
committed
DEBUG
1 parent dd0c65b commit 1a43afb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/linuxWF.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,8 @@ jobs:
182182
df -h
183183
sleep 15
184184
done) &
185-
make --no-print-directory -C regtest testclean
185+
python -c "import featomic.torch; print(featomic.torch.__version__)"
186+
METATOMIC_DEBUG_EXTENSIONS_LOADING=1 make --no-print-directory -C regtest/metatomic testclean
186187
# these can fail for numerical reasons
187188
make -C regtest checkfail
188189
- name: Run python tests

0 commit comments

Comments
 (0)