HMP / agents /check_agents.bat
GitHub Action
Sync from GitHub with Git LFS
0ee1ebc
raw
history blame
254 Bytes
@echo off
echo --------------------------
echo Installing requirements...
echo --------------------------
pip install -r requirements.txt
echo --------------------------
echo Check agents...
echo --------------------------
python check_agents.py
pause