forked from qoherent/modrec-workflow
commented out last 3 jobs
This commit is contained in:
parent
9226ea1094
commit
9eb9cb3b5b
|
@ -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/**
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user