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 74d0587e37 - Show all commits

View File

@ -9,13 +9,10 @@ on:
jobs:
build:
runs-on: "ubuntu-latest"
container: python:latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.9.12"
- name: Install dependencies
run: |
python -m pip install --upgrade pip