Skip to content

Commit

Permalink
feat: pip add cache
Browse files Browse the repository at this point in the history
  • Loading branch information
DDSDerek committed Oct 13, 2023
1 parent 6578a2f commit 40776c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: '3.11.4'
cache: 'pip'

- name: Install Dependent Packages
run: |
Expand Down Expand Up @@ -149,4 +150,4 @@ jobs:
with:
release_id: ${{ steps.create_release.outputs.id }}
assets_path: |
./releases/
./releases/

0 comments on commit 40776c1

Please sign in to comment.