Skip to content

Updated crystallography.ttl #34

Updated crystallography.ttl

Updated crystallography.ttl #34

Workflow file for this run

name: CI emmocheck
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
max-parallel: 1
matrix:
python-version: [3.7]
steps:
- uses: actions/checkout@v2
with:
submodules: 'recursive'
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
- name: Install EMMO-python
run: |
pip install EMMO
- name: Check EMMO
run: |
emmocheck --verbose --skip=test_namespace crystallography.ttl