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 2eff65c commit 7d1e1bdCopy full SHA for 7d1e1bd
.github/workflows/linting.yml
@@ -11,17 +11,17 @@ jobs:
11
python-version: ["3.11"]
12
13
steps:
14
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
15
with:
16
fetch-depth: 0
17
- name: Set up Python ${{ matrix.python-version }}
18
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v5
19
20
python-version: ${{ matrix.python-version }}
21
- name: Install dependencies
22
run: |
23
python -m pip install --upgrade pip
24
- pip install -r requirements-ci.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