We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ddb8c0 commit cb0329aCopy full SHA for cb0329a
.github/workflows/mypy.yml
@@ -10,7 +10,7 @@ jobs:
10
- name: Checkout
11
uses: actions/checkout@v3
12
- name: Setup Python
13
- uses: actions/setup-python@v3
+ uses: actions/setup-python@v4
14
with:
15
python-version: "3.7"
16
- name: Install nox
.github/workflows/unittest.yml
@@ -28,7 +28,7 @@ jobs:
28
29
30
31
32
33
python-version: ${{ matrix.python }}
34
@@ -55,7 +55,7 @@ jobs:
55
56
57
58
59
60
python-version: "3.10"
61
- name: Install coverage
0 commit comments