From 9592d9e1e227e365fe938a7370f69f8b0a6e76c5 Mon Sep 17 00:00:00 2001 From: Liyu Xiao Date: Wed, 18 Jun 2025 10:00:47 -0400 Subject: [PATCH] added back in permissions --- .riahub/workflows/workflow.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.riahub/workflows/workflow.yaml b/.riahub/workflows/workflow.yaml index 4e0169a..e02f76d 100644 --- a/.riahub/workflows/workflow.yaml +++ b/.riahub/workflows/workflow.yaml @@ -37,7 +37,9 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install -r requirements.txt + pip install -r requirements.txt \ + --extra-index-url https://${RIAGIT_USERNAME}:${RIAGIT_TOKEN}@git.riahub.ai/api/packages/qoherent/pypi/simple/ \ + --no-input - name: 1. Generate Recordings