Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…bstance into dev
  • Loading branch information
jsimonclark committed Jul 15, 2024
2 parents d19762c + 2a42231 commit d4c70a4
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 d4c70a4

Please sign in to comment.