File tree 1 file changed +1
-8
lines changed
1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change 31
31
arch : x64
32
32
os : windows-latest
33
33
toxenv : py37
34
- ssh : true
35
34
- name : Test suite with py38-ubuntu
36
35
python : ' 3.8'
37
36
arch : x64
@@ -139,14 +138,8 @@ jobs:
139
138
CC=clang MYPYC_OPT_LEVEL=0 MYPY_USE_MYPYC=1 pip install -e .
140
139
- name : Setup tox environment
141
140
run : tox run -e ${{ matrix.toxenv }} --notest
142
- - name : Start SSH session
143
- uses : luchihoratiu/debug-via-ssh@main
144
- if : ${{ matrix.ssh }}
145
- with :
146
- NGROK_AUTH_TOKEN : 2KsfwUviqBks4pGnRpFhn_589p6RG95D8c9DT6j9fgm
147
- SSH_PASS : 545D63C6-C777-49BC-8DD9-03BF787F0939
148
141
- name : Test
149
- run : tox run -e ${{ matrix.toxenv }} --skip-pkg-install -- mypy/test/testupdatedata.py ${{ matrix.tox_extra_args }}
142
+ run : tox run -e ${{ matrix.toxenv }} --skip-pkg-install -- ${{ matrix.tox_extra_args }}
150
143
151
144
python-nightly :
152
145
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments