Skip to content

test defns: Remove some 1.0x compatibility we don't need any more #11

test defns: Remove some 1.0x compatibility we don't need any more

test defns: Remove some 1.0x compatibility we don't need any more #11

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ '3.8' ]
steps:
- uses: actions/checkout@v3
- name: Setup python
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
cache: pip
cache-dependency-path: requirements_dev.txt
- name: Install requirements_dev.txt
run: pip install -r requirements_dev.txt
- name: Test
run: py.test