Skip to content

fix: prevent a ResourceWarning: unclosed file in output.py #18

fix: prevent a ResourceWarning: unclosed file in output.py

fix: prevent a ResourceWarning: unclosed file in output.py #18

Workflow file for this run

name: Tests
on:
push:
branches:
- main
pull_request:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Python setup
uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: Install Dependencies
run: pip install .[test]
- name: Run tests
run: pytest