feature/match #5

Merged
Tritium merged 63 commits from feature/match into main 2024-04-25 21:30:29 +08:00
Showing only changes of commit cb350b6288 - Show all commits

View File

@ -9,14 +9,10 @@ on:
jobs:
build:
runs-on: "ubuntu-latest"
container: python:latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
run: pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
- name: Run tests
run: |
python -m unittest discover -s tests
run: python -m unittest discover -s tests