We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd0c65b commit 1a43afbCopy full SHA for 1a43afb
.github/workflows/linuxWF.yml
@@ -182,7 +182,8 @@ jobs:
182
df -h
183
sleep 15
184
done) &
185
- make --no-print-directory -C regtest testclean
+ python -c "import featomic.torch; print(featomic.torch.__version__)"
186
+ METATOMIC_DEBUG_EXTENSIONS_LOADING=1 make --no-print-directory -C regtest/metatomic testclean
187
# these can fail for numerical reasons
188
make -C regtest checkfail
189
- name: Run python tests
0 commit comments