Skip to content

Commit

Permalink
ci: add cache-dependency-path on setup-python action
Browse files Browse the repository at this point in the history
  • Loading branch information
engineervix committed Jun 4, 2023
1 parent 0877142 commit edba603
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ jobs:
with:
python-version: "3.10"
cache: "pip" # caching pip dependencies
cache-dependency-path: "requirements*.txt"

- name: Install Dependencies
shell: bash
Expand Down Expand Up @@ -194,6 +195,7 @@ jobs:
with:
python-version: "3.10"
cache: "pip" # caching pip dependencies
cache-dependency-path: "requirements*.txt"

- name: "Download coverage data"
uses: actions/download-artifact@v3
Expand Down

0 comments on commit edba603

Please sign in to comment.