Skip to content

Commit 84fc792

Browse files
committed
undo debug changes
1 parent 9729636 commit 84fc792

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/test.yml

+1-8
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ jobs:
3131
arch: x64
3232
os: windows-latest
3333
toxenv: py37
34-
ssh: true
3534
- name: Test suite with py38-ubuntu
3635
python: '3.8'
3736
arch: x64
@@ -139,14 +138,8 @@ jobs:
139138
CC=clang MYPYC_OPT_LEVEL=0 MYPY_USE_MYPYC=1 pip install -e .
140139
- name: Setup tox environment
141140
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
148141
- 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 }}
150143

151144
python-nightly:
152145
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)