mirror of
https://github.com/ThePhaseless/Byparr.git
synced 2025-03-15 17:50:21 +08:00
7 lines
101 B
Bash
7 lines
101 B
Bash
![]() |
#!/bin/sh
|
||
|
|
||
|
if [ -f ./ld_fix.sh ]; then
|
||
|
. ./ld_fix.sh
|
||
|
fi
|
||
|
|
||
|
uv run pytest --retries 2 -n auto --xvfb
|