This is an automated email from the ASF dual-hosted git repository.

tomaz pushed a commit to branch run_tests_py312
in repository https://gitbox.apache.org/repos/asf/libcloud.git


The following commit(s) were added to refs/heads/run_tests_py312 by this push:
     new d1b563314 Remove script wrapper to avoid extra line breaks around the 
output.
d1b563314 is described below

commit d1b56331408ddbe0e29e0a8f9bb1294cc5806344
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Mon Jul 31 18:44:00 2023 +0200

    Remove script wrapper to avoid extra line breaks around the output.
---
 .github/workflows/main.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 3bfbfe9c3..e3f70249b 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -120,12 +120,12 @@ jobs:
 
       - name: Run unit tests tox target
         run: |
-         script -e -c "tox -e py${{ matrix.python_version }}"
+         tox -e py${{ matrix.python_version }}
 
       - name: Run dist install checks tox target
         if: ${{ matrix.python_version != 'pypy-3.7' && matrix.python_version 
!= 'pyjion' }}
         run: |
-         script -e -c "tox -e py${{ matrix.python_version }}-dist,py${{ 
matrix.python_version }}-dist-wheel"
+         tox -e py${{ matrix.python_version }}-dist,py${{ 
matrix.python_version }}-dist-wheel
 
   code_coverage:
     name: Generate Code Coverage

Reply via email to