summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2023-05-09 10:17:14 -0700
committerDavid Lord <davidism@gmail.com>2023-05-09 10:54:27 -0700
commit52666628b1c8028002c870d0e541d0915c99db01 (patch)
tree1ef467134c479b732340a1db0fd001b5ed4f8f90
parentfa8a243d673259e605c03a9a9163ffc73880849b (diff)
downloadwerkzeug-52666628b1c8028002c870d0e541d0915c99db01.tar.gz
remove pip upgrade
-rw-r--r--.github/workflows/tests.yaml5
1 files changed, 0 insertions, 5 deletions
diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml
index 682e0744..0511785e 100644
--- a/.github/workflows/tests.yaml
+++ b/.github/workflows/tests.yaml
@@ -40,11 +40,6 @@ jobs:
python-version: ${{ matrix.python }}
cache: 'pip'
cache-dependency-path: 'requirements/*.txt'
- - name: update pip
- run: |
- pip install -U wheel
- pip install -U setuptools
- python -m pip install -U pip
- name: cache mypy
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
with: