|
@ -51,7 +51,8 @@ jobs: |
|
|
uses: actions/setup-python@v2 |
|
|
uses: actions/setup-python@v2 |
|
|
with: |
|
|
with: |
|
|
python-version: ${{ matrix.python-version }} |
|
|
python-version: ${{ matrix.python-version }} |
|
|
- uses: actions/cache@v2 |
|
|
|
|
|
|
|
|
- name: Restore pip Cache |
|
|
|
|
|
uses: actions/cache@v2 |
|
|
with: |
|
|
with: |
|
|
path: ~/.cache/pip |
|
|
path: ~/.cache/pip |
|
|
key: ${{ runner.os }}-${{ matrix.python-version }}-pip-${{ hashFiles('**/requirements.txt') }} |
|
|
key: ${{ runner.os }}-${{ matrix.python-version }}-pip-${{ hashFiles('**/requirements.txt') }} |
|
|