Skip to content

Commit

Permalink
cache pip
Browse files Browse the repository at this point in the history
  • Loading branch information
dorschw committed Apr 8, 2024
1 parent f8f49fe commit e82ea68
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -566,9 +566,10 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: "3.10"

- name: pip-intsall
run: pip install -e .
cache: 'pip'

- name: pip intsall current project
run: pip install .

- name: Verify Installation
run: demisto-sdk --version

0 comments on commit e82ea68

Please sign in to comment.