From 4d39b4a2ed62cee45dee66288b9660142fee30d5 Mon Sep 17 00:00:00 2001 From: dalthviz <16781833+dalthviz@users.noreply.github.com> Date: Tue, 17 Dec 2024 14:23:47 -0500 Subject: [PATCH] Testing --- .github/workflows/linux-tests.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linux-tests.yml b/.github/workflows/linux-tests.yml index be9f982b..5a6225d7 100644 --- a/.github/workflows/linux-tests.yml +++ b/.github/workflows/linux-tests.yml @@ -73,8 +73,9 @@ jobs: pip list - name: Run tests uses: aganders3/headless-gui@v2 - shell: bash -l {0} - run: pytest -vv -s --full-trace --color=yes --cov=qtconsole qtconsole + with: + shell: bash -l {0} + run: pytest -vv -s --full-trace --color=yes --cov=qtconsole qtconsole env: QT_API: ${{ matrix.QT_LIB }} PYTEST_QT_API: ${{ matrix.QT_LIB }}