Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rabea-al committed Nov 8, 2024
1 parent 0a96735 commit 6e62a9f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/run-workflow-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
requirements_path = "requirements.txt"

0 comments on commit 6e62a9f

Please sign in to comment.