added back in permissions
Some checks failed
RIA Hub Workflow Demo / ria-demo (push) Failing after 15s
Some checks failed
RIA Hub Workflow Demo / ria-demo (push) Failing after 15s
This commit is contained in:
parent
50f27477e2
commit
9592d9e1e2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user