Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

Modify matching algorithm #50

Modify matching algorithm

Modify matching algorithm #50

Workflow file for this run

name: Test
on:
pull_request: {}
push:
branches: master
tags: "*"
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Check out the code
uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v1
with:
python-version: 3.8
- name: Install Poetry
uses: abatilo/[email protected]
with:
poetry-version: 1.1.6
- run: poetry install
- run: poetry run python -m pytest