From 9eb9cb3b5bd0becb8e923ad31c8fcdc93d117c5e Mon Sep 17 00:00:00 2001 From: Liyu Xiao Date: Wed, 14 May 2025 15:44:12 -0400 Subject: [PATCH] commented out last 3 jobs --- .riahub/workflows/workflow.yaml | 37 ++++++++++++++------------------- 1 file changed, 16 insertions(+), 21 deletions(-) diff --git a/.riahub/workflows/workflow.yaml b/.riahub/workflows/workflow.yaml index 9741459..1bb7de2 100644 --- a/.riahub/workflows/workflow.yaml +++ b/.riahub/workflows/workflow.yaml @@ -31,14 +31,9 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: "3.9" + python-version: "3.10" - - name: Install dependencies - run: | - python -m pip install --upgrade pip - pip install -r requirements.txt - - name: 1. Build Dataset run: | @@ -58,25 +53,25 @@ jobs: # Placeholder: export a CLI or server into dist/ - - name: Upload Dataset Artifacts - uses: actions/upload-artifact@v3 - with: - name: ria-dataset - path: data/** + # - name: Upload Dataset Artifacts + # uses: actions/upload-artifact@v3 + # with: + # name: ria-dataset + # path: data/** - - name: Upload Checkpoints - uses: actions/upload-artifact@v3 - with: - name: ria-checkpoints - path: checkpoints/** + # - name: Upload Checkpoints + # uses: actions/upload-artifact@v3 + # with: + # name: ria-checkpoints + # path: checkpoints/** - - name: Upload Inference App - uses: actions/upload-artifact@v3 - with: - name: ria-demo-app - path: dist/** + # - name: Upload Inference App + # uses: actions/upload-artifact@v3 + # with: + # name: ria-demo-app + # path: dist/**