Skip to content

Commit

Permalink
Cache pip dependencies in github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
tdg5 committed Apr 7, 2024
1 parent daad676 commit fe8fd10
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main-branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:

- uses: actions/setup-python@v4
with:
cache: pip
python-version: '3.9'

- name: Install dependencies
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/other-branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:

- uses: actions/setup-python@v4
with:
cache: pip
python-version: '3.9'

- name: Install dependencies
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:

- uses: actions/setup-python@v4
with:
cache: pip
python-version: '3.9'

- name: Install dependencies
Expand Down

0 comments on commit fe8fd10

Please sign in to comment.