added back in permissions

This commit is contained in:
Liyu Xiao 2025-06-18 10:00:47 -04:00
parent 50f27477e2
commit 9592d9e1e2

View File

@ -37,7 +37,9 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
python -m pip install --upgrade pip 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 - name: 1. Generate Recordings