Skip to content

Commit e2b6ffb

Browse files
committed
Update CI/CD pipeline to use renamed repository ld-aic-cicd-
- Changed repository reference from scarlett_ai_configs_ci_cd- to ld-aic-cicd- - Updated all 3 workflow jobs: validate-configs, evaluate-configs, sync-production - Maintains compatibility with feature/user-friendly-setup branch
1 parent aea5fea commit e2b6ffb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ai-config-validation.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
uv venv
5959
# Install dependencies without installing the package itself (to avoid dev dependency issues)
6060
uv pip install langchain langgraph langchain-anthropic fastapi "uvicorn[standard]" pydantic launchdarkly-server-sdk launchdarkly-server-sdk-ai numpy openai faiss-cpu PyMuPDF tiktoken streamlit requests python-dotenv PyYAML langchain-openai langchain-mcp-adapters beautifulsoup4 mcp semanticscholar rank-bm25 langchain-mistralai httpx boto3 langchain-aws
61-
uv pip install git+https://x-access-token:${{ secrets.GH_PAT }}@github.com/launchdarkly-labs/scarlett_ai_configs_ci_cd-.git@feature/user-friendly-setup
61+
uv pip install git+https://x-access-token:${{ secrets.GH_PAT }}@github.com/launchdarkly-labs/ld-aic-cicd-.git@feature/user-friendly-setup
6262
6363
- name: Validate required secrets
6464
run: |
@@ -164,7 +164,7 @@ jobs:
164164
uv venv
165165
# Install dependencies without installing the package itself (to avoid dev dependency issues)
166166
uv pip install langchain langgraph langchain-anthropic fastapi "uvicorn[standard]" pydantic launchdarkly-server-sdk launchdarkly-server-sdk-ai numpy openai faiss-cpu PyMuPDF tiktoken streamlit requests python-dotenv PyYAML langchain-openai langchain-mcp-adapters beautifulsoup4 mcp semanticscholar rank-bm25 langchain-mistralai httpx boto3 langchain-aws
167-
uv pip install git+https://x-access-token:${{ secrets.GH_PAT }}@github.com/launchdarkly-labs/scarlett_ai_configs_ci_cd-.git@feature/user-friendly-setup
167+
uv pip install git+https://x-access-token:${{ secrets.GH_PAT }}@github.com/launchdarkly-labs/ld-aic-cicd-.git@feature/user-friendly-setup
168168
169169
- name: Validate required secrets
170170
run: |
@@ -382,7 +382,7 @@ jobs:
382382
uv venv
383383
# Install dependencies without installing the package itself (to avoid dev dependency issues)
384384
uv pip install langchain langgraph langchain-anthropic fastapi "uvicorn[standard]" pydantic launchdarkly-server-sdk launchdarkly-server-sdk-ai numpy openai faiss-cpu PyMuPDF tiktoken streamlit requests python-dotenv PyYAML langchain-openai langchain-mcp-adapters beautifulsoup4 mcp semanticscholar rank-bm25 langchain-mistralai httpx boto3 langchain-aws
385-
uv pip install git+https://x-access-token:${{ secrets.GH_PAT }}@github.com/launchdarkly-labs/scarlett_ai_configs_ci_cd-.git@feature/user-friendly-setup
385+
uv pip install git+https://x-access-token:${{ secrets.GH_PAT }}@github.com/launchdarkly-labs/ld-aic-cicd-.git@feature/user-friendly-setup
386386
387387
- name: Validate required secrets
388388
run: |

0 commit comments

Comments
 (0)