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 53a7120bfc - Show all commits

View File

@ -15,7 +15,9 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: 3.8.15
python-version: "3.x"
cache: "pip"
architecture: "x64"
- name: Install dependencies
run: |
python -m pip install --upgrade pip