feat: pip add cache

This commit is contained in:
DDSDerek 2023-10-14 01:08:13 +08:00 committed by GitHub
parent 6578a2f977
commit 40776c10bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,6 +69,7 @@ jobs:
uses: actions/setup-python@v4 uses: actions/setup-python@v4
with: with:
python-version: '3.11.4' python-version: '3.11.4'
cache: 'pip'
- name: Install Dependent Packages - name: Install Dependent Packages
run: | run: |