Skip to content

Commit 7fd1605

Browse files
authored
Update linting.yml
1 parent 7d1e1bd commit 7fd1605

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install dependencies
2222
run: |
2323
python -m pip install --upgrade pip
24-
pip install -r requirements/requirements-ubuntu-latest_py{{ matrix.python-version }}_extras.txt --quiet
24+
pip install -r requirements/requirements-ubuntu-latest_py${{ matrix.python-version }}_extras.txt --quiet
2525
python -m pip install types-requests
2626
- name: mypy
2727
run: |

0 commit comments

Comments
 (0)