Skip to content

Commit d1b5633

Browse files
committed
Remove script wrapper to avoid extra line breaks around the output.
1 parent ff8059a commit d1b5633

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,12 +120,12 @@ jobs:
120120
121121
- name: Run unit tests tox target
122122
run: |
123-
script -e -c "tox -e py${{ matrix.python_version }}"
123+
tox -e py${{ matrix.python_version }}
124124
125125
- name: Run dist install checks tox target
126126
if: ${{ matrix.python_version != 'pypy-3.7' && matrix.python_version != 'pyjion' }}
127127
run: |
128-
script -e -c "tox -e py${{ matrix.python_version }}-dist,py${{ matrix.python_version }}-dist-wheel"
128+
tox -e py${{ matrix.python_version }}-dist,py${{ matrix.python_version }}-dist-wheel
129129
130130
code_coverage:
131131
name: Generate Code Coverage

0 commit comments

Comments
 (0)