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

This commit is contained in:
Saurav Maheshkar
2023-02-05 00:50:51 +01:00
committed by GitHub
parent 59e3252190
commit 926adcd710
2 changed files with 4 additions and 0 deletions
+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