cache pip
Browse files
.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 .
|