Skip to content

Commit

Permalink
Cache pip packages
Browse files Browse the repository at this point in the history
  • Loading branch information
F-WRunTime committed Jan 24, 2024
1 parent 931e81a commit 831a88a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ runs:
uses: actions/[email protected]
with:
python-version: '3.10'
cache: 'pip'

- name: Install dependencies
shell: bash {0}
run: |
pip install logging os subprocess sys github typing
run: pip install logging os subprocess sys github typing

- name: 'Check out repo: ${{ inputs.org }}/${{ inputs.repo }}'
uses: actions/[email protected]
Expand Down

0 comments on commit 831a88a

Please sign in to comment.