Skip to content

Fixing README.md Typo (#4) #5

Fixing README.md Typo (#4)

Fixing README.md Typo (#4) #5

Workflow file for this run

name: ci
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
pytest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v1
with:
python-version: '3.9'
architecture: 'x64'
- run: pip install -r requirements.txt
- run: pytest slowmatch