Skip to content

Commit

Permalink
Merge pull request #89 from linkml/issue-88-linkml-update
Browse files Browse the repository at this point in the history
Update version of linkml dependency
  • Loading branch information
turbomam authored Feb 14, 2023
2 parents 5d973d1 + 16e9201 commit 6b7e9a4
Show file tree
Hide file tree
Showing 4 changed files with 1,388 additions and 785 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

name: Build and test schemasheets

on: [push, pull_request]
on: [ push, pull_request ]

jobs:
test:
Expand All @@ -28,10 +28,10 @@ jobs:
# install & configure poetry
#----------------------------------------------
- name: Install Poetry
uses: snok/install-poetry@v1.1.6
uses: snok/install-poetry@v1.3
with:
virtualenvs-create: true
virtualenvs-in-project: true
virtualenvs-in-project: true

#----------------------------------------------
# load cached venv if cache exists
Expand All @@ -49,19 +49,19 @@ jobs:
- name: Install dependencies
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
run: poetry install --no-interaction --no-root

#----------------------------------------------
# install your root project, if required
#----------------------------------------------
- name: Install library
run: poetry install --no-interaction

#----------------------------------------------
# run test suite
#----------------------------------------------
- name: Run tests
run: poetry run pytest --cov-report=term --cov-report=html:htmlcov --cov=schemasheets/

#----------------------------------------------
# upload coverage results
#----------------------------------------------
Expand Down
Loading

0 comments on commit 6b7e9a4

Please sign in to comment.