enh:remove log by default

main
Cullen Watson 2025-02-21 12:31:04 -06:00
parent 81ed9b3ddf
commit 3006063875
1 changed files with 0 additions and 22 deletions

View File

@ -1,22 +0,0 @@
name: Python Tests
on:
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.8'
- name: Install dependencies
run: |
pip install poetry
poetry install
- name: Run tests
run: poetry run pytest tests/test_all.py