Merge pull request #3 from OS-TA-2023S/main

Main
This commit is contained in:
Lu Jun 2023-02-17 10:43:29 +08:00 committed by GitHub
commit 076cf85ce2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

BIN
.DS_Store vendored Normal file

Binary file not shown.

View File

@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: "3.12.0"
python-version: "3.11.2"
- name: Install dependencies
run: pip install -r requirements.txt