Skip to content

fix: a logging message is wrong #228

fix: a logging message is wrong

fix: a logging message is wrong #228

Workflow file for this run

name: Continuous Integration
permissions: read-all
on:
pull_request:
branches:
- main
jobs:
test:
timeout-minutes: 5
runs-on: ubuntu-20.04
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
python-version: 3.11.0
- run: |
# nosemgrep: generic.ci.security.use-frozen-lockfile.use-frozen-lockfile-pip
pip install -r requirements-poetry.txt
poetry install --sync
poetry run poe linters
poetry run poe test
poetry build