Skip to content

fix default and deprecation notice #9

fix default and deprecation notice

fix default and deprecation notice #9

Workflow file for this run

name: Test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
container:
image: python:3.7
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: test
run: pip install tox && tox