|
@ -51,6 +51,10 @@ 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 |
|
|
|
|
|
with: |
|
|
|
|
|
path: ~/.cache/pip |
|
|
|
|
|
key: ${{ runner.os }}-${{ matrix.python-version }}-pip-${{ hashFiles('**/requirements.txt') }} |
|
|
- name: Install Dependencies |
|
|
- name: Install Dependencies |
|
|
run: | |
|
|
run: | |
|
|
python -m pip install --upgrade pip |
|
|
python -m pip install --upgrade pip |
|
|