OpenWormLLM / test.sh
pgleeson's picture
Update to use openworm_ai>=0.3.1
a41e4c6
raw
history blame contribute delete
141 Bytes
#!/bin/bash
set -ex
ruff format *.py
#ruff check *.py
pip install -r requirements.txt
python test.py -co
echo
echo " Success!"
echo