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

View File

@ -12,10 +12,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
uses: actions/setup-python@v1
- name: Set up Python 3.10.9
uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: "3.10.9"
- name: Install dependencies
run: |
python -m pip install --upgrade pip