We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dde457 commit fcbc173Copy full SHA for fcbc173
.github/workflows/ci.yml
@@ -98,7 +98,6 @@ jobs:
98
- name: Install redis
99
if: matrix.os == 'ubuntu-latest'
100
run: sudo apt-get install -y redis-server
101
- - run: python -m pip install pip~=21.0 # https://github.com/pypa/pip/issues/11133
102
- run: python -m pip install .[${{ matrix.extras }}] codecov
103
- run: python -m pip install django~=${{ matrix.django-version }}.0
104
- run: python -m pytest
0 commit comments