From 381ee432d2f9fcf82a81dc69e978445f658567a8 Mon Sep 17 00:00:00 2001 From: insolor <2442833+insolor@users.noreply.github.com> Date: Thu, 16 Oct 2025 22:22:48 +0300 Subject: [PATCH] Remove qt related line --- .github/workflows/python-tests.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index 26b1724..6b8ca13 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -27,7 +27,6 @@ jobs: env: # Display must be available globally for linux to know where xvfb is DISPLAY: ":99.0" - QT_SELECT: "qt6" steps: - uses: actions/checkout@v5