mirror of
https://github.com/openai/harmony.git
synced 2025-08-25 07:17:08 -04:00
unified
This commit is contained in:
parent
41a404a90b
commit
4bc6933549
7 changed files with 175 additions and 390 deletions
5
test_python.sh
Executable file
5
test_python.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
set -e
|
||||
source .venv/bin/activate
|
||||
maturin develop -F python-binding --release
|
||||
pytest "$@"
|
Loading…
Add table
Add a link
Reference in a new issue