Skip to content

Add source mention extraction pipeline #6

Add source mention extraction pipeline

Add source mention extraction pipeline #6

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-python@v6
with:
python-version: "3.11"
- name: Install package
run: python -m pip install -e ".[test]"
- name: Run tests
run: python -m pytest -q