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 06da966 commit 801faeaCopy full SHA for 801faea
.github/workflows/pylint.yml
@@ -14,7 +14,7 @@ jobs:
14
- uses: actions/checkout@v3
15
- uses: psf/black@stable
16
- name: Set up Python ${{ matrix.python-version }}
17
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v4
18
with:
19
python-version: ${{ matrix.python-version }}
20
- name: Install dependencies
.github/workflows/pytest.yml
@@ -17,7 +17,7 @@ jobs:
steps:
- name: Set up Python 3.10
21
22
python-version: "3.10"
23
0 commit comments