feat: pip add cache
This commit is contained in:
parent
6578a2f977
commit
40776c10bc
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -69,6 +69,7 @@ jobs:
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.11.4'
|
||||
cache: 'pip'
|
||||
|
||||
- name: Install Dependent Packages
|
||||
run: |
|
||||
@ -149,4 +150,4 @@ jobs:
|
||||
with:
|
||||
release_id: ${{ steps.create_release.outputs.id }}
|
||||
assets_path: |
|
||||
./releases/
|
||||
./releases/
|
||||
|
Loading…
x
Reference in New Issue
Block a user