Skip to content

Commit dd61657

Browse files
committed
fix(gha): install the right dependencies
1 parent 1fa3647 commit dd61657

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/testing.yml

+4
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ jobs:
2929
- name: pip version
3030
run: pip --version
3131
- name: Install dependencies
32+
if: matrix.python-version == '3.9'
33+
run: python -m pip install -r requirements-lint.txt
34+
- name: Install dependencies
35+
if: matrix.python-version != '3.9'
3236
run: python -m pip install -r requirements.txt
3337
# formatters
3438
- name: Run pyupgrade

0 commit comments

Comments
 (0)