Skip to content

poetry lock with nxontology-ml udpate #191

poetry lock with nxontology-ml udpate

poetry lock with nxontology-ml udpate #191

Workflow file for this run

name: Test
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Setup dependencies
uses: ./.github/actions/setup
- name: Run pre-commit
uses: pre-commit/[email protected]
- name: Run tests
run: poetry run pytest --color=yes