Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Nayib Gloria <[email protected]>
  • Loading branch information
Bento007 and nayib-jose-gloria authored Feb 21, 2024
1 parent 2a173c1 commit 9518c20
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/validate_curated_lists.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Curated Lists
name: Validate Curated List Update

on:
push:
Expand Down Expand Up @@ -27,9 +27,9 @@ jobs:
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements*.txt') }}
restore-keys: |
${{ runner.os }}-pip-
- name: install requkirements
- name: install requirements
run: |
pip install -r tools/ontology-builder/requirements.txt
- name: ontology-processing
- name: validate curated lists
run: |
python3 ./tools/ontology-builder/src/validate_curated_lists.py

0 comments on commit 9518c20

Please sign in to comment.