revert: "feat: add local langfuse tracing option (#106)" (#137)

This commit is contained in:
Salman Mohammed
2024-10-10 18:31:26 -04:00
committed by GitHub
parent 56d88a8ac2
commit 49a30b4d22
21 changed files with 10 additions and 387 deletions
+1 -22
View File
@@ -28,7 +28,7 @@ jobs:
uv run pytest tests -m 'not integration'
goose:
runs-on: ubuntu-latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
@@ -48,27 +48,6 @@ jobs:
run: |
uv run pytest tests -m 'not integration'
langfuse-wrapper:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install UV
run: curl -LsSf https://astral.sh/uv/install.sh | sh
- name: Source Cargo Environment
run: source $HOME/.cargo/env
- name: Ruff
run: |
uvx ruff check packages/langfuse-wrapper
uvx ruff format packages/langfuse-wrapper --check
- name: Run tests
working-directory: ./packages/langfuse-wrapper
run: |
uv run pytest tests -m 'not integration'
# This runs integration tests of the OpenAI API, using Ollama to host models.
# This lets us test PRs from forks which can't access secrets like API keys.