diff options
author | Seth Michael Larson <sethmichaellarson@gmail.com> | 2021-11-24 12:28:05 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-24 12:28:05 -0600 |
commit | 370654bb2241de18fb01bfbaa62c1fb8b5f1ee04 (patch) | |
tree | ced4228ce081188b768a0a095a00cc3c4dc6ab0d | |
parent | ae8359a904606e79d65ae34b0f90ca29feedb49c (diff) | |
download | urllib3-cache-pip-gha.tar.gz |
Update lint.ymlcache-pip-gha
-rw-r--r-- | .github/workflows/lint.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 808a68c0..d4802549 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -14,6 +14,7 @@ jobs: uses: actions/setup-python@v2 with: python-version: "3.8" + cache: pip - name: Lint the code uses: pre-commit/action@v2.0.0 - name: Install dependencies |