Skip to content

Commit

Permalink
Merge pull request #22 from emmo-repo/update-ci-tests
Browse files Browse the repository at this point in the history
Update CI tests
  • Loading branch information
jesper-friis committed Feb 13, 2024
2 parents 9b60f88 + 6c2beb9 commit 2314bc2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions .github/emmocheck_conf.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Configurations used when running emmocheck from the ci_emmocheck workflow
test_quantity_dimension:
exceptions:
- domain-crystallography.LatticeParameterLengthAndAngle
- domain-crystallography.CrystallographicalPhysicalQuantity
- domain-crystallography.LatticeParameter
- domain-crystallography.SufficientLatticeParameterSet
10 changes: 5 additions & 5 deletions .github/workflows/ci_emmocheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,22 @@ jobs:
strategy:
max-parallel: 1
matrix:
python-version: [3.7]
python-version: [3.11]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
submodules: 'recursive'

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

- name: Install EMMO-python
run: |
pip install EMMO
pip install -U pip EMMOntoPy
- name: Check EMMO
run: |
emmocheck --verbose --skip=test_namespace crystallography.ttl
emmocheck --verbose --configfile=.github/emmocheck_conf.yml --skip=test_namespace crystallography.ttl

0 comments on commit 2314bc2

Please sign in to comment.