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