astra / debian /tests /run-tests
Lorenzob's picture
Upload folder using huggingface_hub
859a779 verified
raw
history blame
113 Bytes
#!/bin/sh
set -e
# from debian/rules
for python in $(py3versions -s); do
$python tests/test_all.py -q
done