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 7d1e1bd commit 7fd1605Copy full SHA for 7fd1605
.github/workflows/linting.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Install dependencies
22
run: |
23
python -m pip install --upgrade pip
24
- pip install -r requirements/requirements-ubuntu-latest_py{{ matrix.python-version }}_extras.txt --quiet
+ pip install -r requirements/requirements-ubuntu-latest_py${{ matrix.python-version }}_extras.txt --quiet
25
python -m pip install types-requests
26
- name: mypy
27
0 commit comments