File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -70,13 +70,13 @@ jobs:
7070 run : bash scripts/lint.sh
7171 - run : mkdir coverage
7272 # TODO: remove this
73- - name : Setup tmate session
74- uses : mxschmitt/action-tmate@v3
75- with :
76- limit-access-to-actor : true
77- env :
78- COVERAGE_FILE : coverage/.coverage.${{ runner.os }}-py${{ matrix.python-version }}-${{ matrix.pydantic-version }}
79- CONTEXT : ${{ runner.os }}-py${{ matrix.python-version }}
73+ # - name: Setup tmate session
74+ # uses: mxschmitt/action-tmate@v3
75+ # with:
76+ # limit-access-to-actor: true
77+ # env:
78+ # COVERAGE_FILE: coverage/.coverage.${{ runner.os }}-py${{ matrix.python-version }}-${{ matrix.pydantic-version }}
79+ # CONTEXT: ${{ runner.os }}-py${{ matrix.python-version }}
8080 - name : Test
8181 run : bash scripts/test.sh
8282 env :
You can’t perform that action at this time.
0 commit comments