Skip to content

Bump ruff from 0.14.2 to 0.14.3 #114

Bump ruff from 0.14.2 to 0.14.3

Bump ruff from 0.14.2 to 0.14.3 #114

Workflow file for this run

name: pytest
on: [push]
jobs:
run-pytest:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v3
- name: Installs packages
run: pip3 install .[dev]
- name: Install fitler package (editable mode)
run: pip3 install -e .
- name: Runs pytest
run: python -m pytest --cov=fitler --cov-report=term-missing -v