Skip to content

Commit

Permalink
Test fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
payneio committed Feb 15, 2025
1 parent 3f8b0cb commit 01f10c3
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 15 deletions.
1 change: 0 additions & 1 deletion assistants/skill-assistant/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ package = true
[tool.uv.sources]
skill-library = { path = "../../libraries/python/skills/skill-library", editable = true }
content-safety = { path = "../../libraries/python/content-safety", editable = true }
# document-skill = { path = "../../libraries/python/skills/skills/document-skill", editable = true }
openai-client = { path = "../../libraries/python/openai-client", editable = true }
semantic-workbench-assistant = { path = "../../libraries/python/semantic-workbench-assistant", editable = true }

Expand Down
2 changes: 2 additions & 0 deletions assistants/skill-assistant/tests/test_setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
def test_setup():
assert True
Empty file.

This file was deleted.

0 comments on commit 01f10c3

Please sign in to comment.