Skip to content

Add: deprecation warning #263

Add: deprecation warning

Add: deprecation warning #263

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.x'
- run: pip install -e .
- run: pip install -r requirements-lock.txt
- run: python cute.py test