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 dd891443a9 - Show all commits

View File

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