Skip to content

Commit a1c1346

Browse files
committed
More requirements
1 parent 96ace85 commit a1c1346

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/linting.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ jobs:
4545
run: |
4646
pip3.11 install -r requirements/requirements.in
4747
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
4850
4951
- name: Run pure-python-imports check
5052
if: matrix.tests.name == 'pure-python-imports'

0 commit comments

Comments
 (0)