Skip to content

Commit fcbc173

Browse files
committed
Remove temporary pip downgrade from CI suite
1 parent 5dde457 commit fcbc173

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ jobs:
9898
- name: Install redis
9999
if: matrix.os == 'ubuntu-latest'
100100
run: sudo apt-get install -y redis-server
101-
- run: python -m pip install pip~=21.0 # https://github.com/pypa/pip/issues/11133
102101
- run: python -m pip install .[${{ matrix.extras }}] codecov
103102
- run: python -m pip install django~=${{ matrix.django-version }}.0
104103
- run: python -m pytest

0 commit comments

Comments
 (0)