Skip to content

Commit 9527372

Browse files
Moved validate and update datasets to scripts folder
1 parent 8589885 commit 9527372

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

.github/workflows/validate-datasets.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,8 @@ jobs:
3030
- name: Install dependencies
3131
run: |
3232
python -m pip install --upgrade pip
33-
pip install -r requirements.txt
3433
3534
- name: Validate datasets.json
3635
run: |
3736
echo "Running dataset validation..."
38-
python validate_datasets.py
37+
python scripts/validate_datasets.py
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)