Skip to content

Bump peewee from 3.18.2 to 3.18.3 #115

Bump peewee from 3.18.2 to 3.18.3

Bump peewee from 3.18.2 to 3.18.3 #115

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