Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

sync zh-SC & zh-TC readme (#615) #124

sync zh-SC & zh-TC readme (#615)

sync zh-SC & zh-TC readme (#615) #124

Workflow file for this run

name: tests
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8, 3.11 ]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install pytest pytest-asyncio
python -m pip install .
- name: Test with pytest
run: |
pytest . -s