Skip to content

Bump pytest from 3.1.2 to 9.0.3 #24

Bump pytest from 3.1.2 to 9.0.3

Bump pytest from 3.1.2 to 9.0.3 #24

Workflow file for this run

name: Tests
on:
- push
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: '3.7'
- name: Tests
run: |
python ./setup.py test