winglian commited on
Commit
72b6ca0
1 Parent(s): 7f53fd2
Files changed (1) hide show
  1. .github/workflows/tests.yml +2 -1
.github/workflows/tests.yml CHANGED
@@ -14,7 +14,8 @@ jobs:
14
  uses: actions/setup-python@v2
15
  with:
16
  python-version: "3.9"
17
-
 
18
  - name: Install dependencies
19
  run: |
20
  pip install -e .
 
14
  uses: actions/setup-python@v2
15
  with:
16
  python-version: "3.9"
17
+ cache: 'pip' # caching pip dependencies
18
+
19
  - name: Install dependencies
20
  run: |
21
  pip install -e .