mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-16 23:41:43 +00:00
5 lines
171 B
Bash
Executable file
5 lines
171 B
Bash
Executable file
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
REPO_ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")/../.." && pwd)"
|
|
cd "${REPO_ROOT}"
|
|
exec uv run --no-sync python tests/e2e/idp.py "$@"
|