From 6e62a9fcf8b38eb37ba0b92697d569b496b2df5c Mon Sep 17 00:00:00 2001 From: rabea-al Date: Thu, 17 Oct 2024 18:50:39 +0800 Subject: [PATCH] Update workflow --- .github/workflows/run-workflow-tests.yml | 3 +++ pyproject.toml | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run-workflow-tests.yml b/.github/workflows/run-workflow-tests.yml index baac00d..8daabad 100644 --- a/.github/workflows/run-workflow-tests.yml +++ b/.github/workflows/run-workflow-tests.yml @@ -39,6 +39,9 @@ jobs: - name: Install xircuits in virtual environment run: pip install xircuits + - name: Install openai component library + run: xircuits install openai + - name: Set Environment Variables run: | LIBRARY_NAME=$(echo "${GITHUB_REPOSITORY##*/}" | sed 's/-/_/g') diff --git a/pyproject.toml b/pyproject.toml index 79fac0e..bd57f78 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,10 +5,10 @@ description = "Xircuits component library for Slack!" authors = [{ name = "XpressAI", email = "eduardo@xpress.ai" }] license = "Apache-2.0" readme = "README.md" -repository = "https://github.com/XpressAI/xircuits/tree/master/xai_components/xai_controlflow" +repository = "https://github.com/XpressAI/xai-slack" keywords = ["xircuits", "slack"] # Xircuits-specific configurations [tool.xircuits] default_example_path = "examples/msg_trigger.xircuits" -requirements_path = "requirements.txt" \ No newline at end of file +requirements_path = "requirements.txt"