Skip to content

Commit

Permalink
Update ci_tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jsimonclark committed Jul 15, 2024
1 parent 2c3d19f commit 1bff895
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,11 @@ jobs:
pip install -U setuptools wheel
pip install -r requirements.txt
- name: Run EMMO Check - electrochemistry
- name: Run EMMO Check - chemical-substance
run: |
emmocheck --verbose --url-from-catalog \
--skip test_namespace \
--skip test_quantity_dimension \
--configfile=.github/utils/emmocheck_config.yml \
electrochemistry.ttl
- name: Run EMMO Check - electrochemicalquantities
run: |
emmocheck --verbose --url-from-catalog \
--skip test_namespace \
--skip test_quantity_dimension \
--configfile=.github/utils/emmocheck_config.yml \
electrochemicalquantities.ttl
chemical-substance.ttl

0 comments on commit 1bff895

Please sign in to comment.