Skip to content

add more logging

add more logging #2146

Workflow file for this run

name: CI_test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
defaults:
run:
shell: bash -l {0}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: '3.10'
cache: 'pip'
cache-dependency-path: requirements*.txt
- name: Install packages
run: |
pip install .[test,cpg]
- name: test
run: pytest -n auto .