Skip to content

Remove several fields used less than five times #3446

Remove several fields used less than five times

Remove several fields used less than five times #3446

Workflow file for this run

# Workflow for MRO Testing
name: OBOFoundry Test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
if: github.triggering_actor != 'github-actions[bot]'
steps:
- uses: actions/checkout@v2
- name: "Install uv"
uses: "astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57" # v8.0.0
- uses: actions/setup-python@v2
with:
python-version: '3.9'
- name: Install requirements
run: |
python3 -m pip install -r requirements.txt
- name: Run tests
run: |
make test