Skip to content

Expand PyPI keywords: FCA, unsupervised/graph/dag/lattice learning #4

Expand PyPI keywords: FCA, unsupervised/graph/dag/lattice learning

Expand PyPI keywords: FCA, unsupervised/graph/dag/lattice learning #4

Workflow file for this run

name: tests
on:
push:
branches: [master]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: ["3.11", "3.12"]
steps:
- uses: actions/checkout@v5
- uses: actions/setup-python@v6
with:
python-version: ${{ matrix.python-version }}
- run: pip install -e ".[test]"
- run: pytest