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

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: |