ACTIONS配置文件修正

This commit is contained in:
ahdoawhfo 2024-08-19 12:45:52 +08:00
parent 4a25f6213c
commit 44c898f3d0
Signed by: ahdoawhfo
GPG Key ID: 5B4A734D16322C1D

View File

@ -13,6 +13,9 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
- name: Install dependencies
run: |
python -m pip install --upgrade pip