mirror of
https://github.com/openai/harmony.git
synced 2025-08-23 01:17:09 -04:00
5 lines
92 B
Bash
Executable file
5 lines
92 B
Bash
Executable file
#!/usr/bin/env bash
|
|
set -e
|
|
source .venv/bin/activate
|
|
maturin develop --release
|
|
pytest "$@"
|