diff options
author | MalumaDev <piano.lu92@gmail.com> | 2022-10-18 06:55:08 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-18 06:55:08 +0000 |
commit | 1997ccff13fc75af223f571e8c927c3d77273dd9 (patch) | |
tree | d3d8e4e64c1fb595bef205e531b03418328331f7 /.github/workflows/on_pull_request.yaml | |
parent | 589215df22d24d560101ba2b1fd7aaf3233f466e (diff) | |
parent | 7432b6f4d2c3001895fc75411a34afae1810c1a2 (diff) | |
download | stable-diffusion-webui-gfx803-1997ccff13fc75af223f571e8c927c3d77273dd9.tar.gz stable-diffusion-webui-gfx803-1997ccff13fc75af223f571e8c927c3d77273dd9.tar.bz2 stable-diffusion-webui-gfx803-1997ccff13fc75af223f571e8c927c3d77273dd9.zip |
Merge branch 'master' into test_resolve_conflicts
Diffstat (limited to '.github/workflows/on_pull_request.yaml')
-rw-r--r-- | .github/workflows/on_pull_request.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/on_pull_request.yaml b/.github/workflows/on_pull_request.yaml index 5270cba4..b097d180 100644 --- a/.github/workflows/on_pull_request.yaml +++ b/.github/workflows/on_pull_request.yaml @@ -22,6 +22,12 @@ jobs: uses: actions/setup-python@v3 with: python-version: 3.10.6 + - uses: actions/cache@v2 + with: + path: ~/.cache/pip + key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }} + restore-keys: | + ${{ runner.os }}-pip- - name: Install PyLint run: | python -m pip install --upgrade pip |