Spaces:
Running
Running
Commit
·
b57c4cc
1
Parent(s):
c0cb084
update version.json
Browse files
.github/workflows/dataset_update.yml
CHANGED
|
@@ -23,6 +23,15 @@ jobs:
|
|
| 23 |
python -m pip install --upgrade pip
|
| 24 |
pip install huggingface_hub requests
|
| 25 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 26 |
- name: Check dataset updates
|
| 27 |
id: check_updates
|
| 28 |
env:
|
|
@@ -41,16 +50,6 @@ jobs:
|
|
| 41 |
path: workflow_data/
|
| 42 |
overwrite: true
|
| 43 |
|
| 44 |
-
- name: Upload relevant dashboard data for report generation
|
| 45 |
-
if: steps.check_updates.outputs.has_updates == 'true'
|
| 46 |
-
uses: actions/upload-artifact@v4
|
| 47 |
-
with:
|
| 48 |
-
name: report_data
|
| 49 |
-
path: |
|
| 50 |
-
dashboard_data/performance_data.json
|
| 51 |
-
dashboard_data/support_data.csv
|
| 52 |
-
dashboard_data/version.json
|
| 53 |
-
|
| 54 |
- name: Install full requirements
|
| 55 |
if: steps.check_updates.outputs.has_updates == 'true'
|
| 56 |
run: |
|
|
|
|
| 23 |
python -m pip install --upgrade pip
|
| 24 |
pip install huggingface_hub requests
|
| 25 |
|
| 26 |
+
- name: Upload relevant dashboard data for report generation
|
| 27 |
+
uses: actions/upload-artifact@v4
|
| 28 |
+
with:
|
| 29 |
+
name: report_data
|
| 30 |
+
path: |
|
| 31 |
+
dashboard_data/performance_data.json
|
| 32 |
+
dashboard_data/support_data.csv
|
| 33 |
+
dashboard_data/version.json
|
| 34 |
+
|
| 35 |
- name: Check dataset updates
|
| 36 |
id: check_updates
|
| 37 |
env:
|
|
|
|
| 50 |
path: workflow_data/
|
| 51 |
overwrite: true
|
| 52 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 53 |
- name: Install full requirements
|
| 54 |
if: steps.check_updates.outputs.has_updates == 'true'
|
| 55 |
run: |
|
dashboard_data/version.json
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
{"last_modified": "2024-11-
|
|
|
|
| 1 |
+
{"last_modified": "2024-11-03T19:01:20+00:00", "sha": "025ca7f259a8f554806d26f4d08e6f75b92941d1", "releases": ["a9b92c4"], "whisperkit_version": "0.9.1"}
|