Merge pull request #834 from DDS-Derek/main

feat: pip add cache
This commit is contained in:
jxxghp 2023-10-14 11:47:26 +08:00 committed by GitHub
commit 7415f94da2
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
with:
python-version: '3.11.4'
cache: 'pip'
- name: Install Dependent Packages
run: |