Skip to content

add encoding to open statements to avoid warnings #67

add encoding to open statements to avoid warnings

add encoding to open statements to avoid warnings #67

Workflow file for this run

name: pytest
on: push
jobs:
test:
runs-on: macos-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
- run: pipx install poetry
- uses: actions/setup-python@v4
with:
python-version: 3.9
cache: 'poetry'
- run: poetry install --with dev
- run: poetry run pytest