diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 2107759..1fce9b2 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -43,5 +43,4 @@ jobs: run: | bundle exec ruby examples.rb env: - OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }} - BAML_LOG: debug \ No newline at end of file + OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }} \ No newline at end of file