This website requires JavaScript.
Explore
Help
Sign In
nite
/
Byparr
Watch
1
Fork
0
You've already forked Byparr
mirror of
https://github.com/ThePhaseless/Byparr.git
synced
2025-03-15 09:50:20 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Byparr
/
pytest.sh
3 lines
101 B
Bash
Raw
Normal View
History
Unescape
Escape
dont test (fck it)
2024-10-18 16:33:27 +00:00
if
[
$(
arch
)
=
"x86_64"
]
;
then
./entrypoint.sh
&&
. ./.venv/bin/activate
&&
poetry run pytest
do not test on arm
2024-10-18 15:38:52 +00:00
fi
Reference in New Issue
Copy Permalink