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 33eefd6 commit 1d73cefCopy full SHA for 1d73cef
.github/workflows/linting.yml
@@ -45,6 +45,8 @@ jobs:
45
run: |
46
pip3.11 install -r requirements/requirements.in
47
pip3.11 install -r requirements/requirements_testing.txt
48
+ pip3.11 install -r requirements/requirements_channels.in
49
+ pip3.11 install -r requirements/requirements_redis_client.in
50
51
- name: Run pure-python-imports check
52
if: matrix.tests.name == 'pure-python-imports'
0 commit comments