diff --git a/.riahub/workflows/workflow.yaml b/.riahub/workflows/workflow.yaml index e02f76d..cd64916 100644 --- a/.riahub/workflows/workflow.yaml +++ b/.riahub/workflows/workflow.yaml @@ -37,9 +37,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install -r requirements.txt \ - --extra-index-url https://${RIAGIT_USERNAME}:${RIAGIT_TOKEN}@git.riahub.ai/api/packages/qoherent/pypi/simple/ \ - --no-input + pip install -r requirements.txt - name: 1. Generate Recordings diff --git a/requirements.txt b/requirements.txt index defce56..9c75baa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,4 +8,3 @@ timm~=0.9 torch~=2.2 onnx~=1.18 onnxruntime~=1.22 -utils @file:utils-0.1.2.dev0-py3-none-any.whl diff --git a/utils-0.1.2.dev0-py3-none-any.whl b/utils-0.1.2.dev0-py3-none-any.whl deleted file mode 100644 index 21bc05f..0000000 Binary files a/utils-0.1.2.dev0-py3-none-any.whl and /dev/null differ