feat(ci): enable pip caching in CI (#1129)

This commit is contained in:
Saurav Maheshkar
2023-02-04 23:50:51 +00:00
committed by GitHub
parent 59e3252190
commit 926adcd710
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -21,6 +21,8 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: "3.10"
cache: "pip"
cache-dependency-path: "**/requirements*.txt"
- uses: pre-commit/action@v3.0.0
- name: Post PR comment on failure
if: failure() && github.event_name == 'pull_request_target'
+2
View File
@@ -23,6 +23,8 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: "3.10"
cache: "pip"
cache-dependency-path: "**/requirements*.txt"
- uses: actions/setup-node@v3
with:
node-version: 16