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 96ace85 commit a1c1346Copy full SHA for a1c1346
.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