Skip to content

Commit c55b2d4

Browse files
author
Andrei Bratu
committed
Added openai secret for testing
1 parent 555797d commit c55b2d4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ jobs:
3535

3636
- name: Test
3737
run: poetry run pytest -rP .
38+
env:
39+
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
3840

3941
publish:
4042
needs: [compile, test]

src/humanloop/decorators/tool.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515

1616

1717
def _type_to_schema(type_hint):
18-
print("QWE", type_hint, type_hint is str)
1918
if type_hint is int:
2019
return "number"
2120
if type_hint is float:

0 commit comments

Comments
 (0)