1
mirror of https://github.com/ThePhaseless/Byparr.git synced 2025-03-16 02:00:21 +08:00

3 lines
101 B
Bash
Raw Normal View History

2024-10-18 16:33:27 +00:00
if [ $(arch) = "x86_64" ]; then
./entrypoint.sh && . ./.venv/bin/activate && poetry run pytest
2024-10-18 15:38:52 +00:00
fi