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 4032bd9 commit 05ca1f1Copy full SHA for 05ca1f1
.github/workflows/misc_0.yml
@@ -70,8 +70,8 @@ jobs:
70
- name: Run tests
71
run: tox -e mypy
72
73
- pyright:
74
- name: pyright
+ mypyinstalled:
+ name: mypyinstalled
75
runs-on: ubuntu-latest
76
steps:
77
- name: Checkout repo @ SHA - ${{ github.sha }}
@@ -86,10 +86,10 @@ jobs:
86
run: pip install tox
87
88
89
- run: tox -e pyright
+ run: tox -e mypyinstalled
90
91
- mypyinstalled:
92
- name: mypyinstalled
+ pyright:
+ name: pyright
93
94
95
@@ -104,7 +104,7 @@ jobs:
104
105
106
107
- run: tox -e mypyinstalled
+ run: tox -e pyright
108
109
docs:
110
name: docs
0 commit comments