mirror of
https://github.com/ThePhaseless/Byparr.git
synced 2025-03-15 17:50:21 +08:00
3 lines
101 B
Bash
Executable File
3 lines
101 B
Bash
Executable File
if [ $(arch) = "x86_64" ]; then
|
|
./entrypoint.sh && . ./.venv/bin/activate && poetry run pytest
|
|
fi |