From 913fb97edb4a9b29ed97cfb82597b8e256314aa0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Pr=C3=BCsse?= Date: Tue, 31 Oct 2023 18:06:20 -0300 Subject: [PATCH] Revert "Remove "Install Qt" action" This reverts commit 4233cd7d6adf5f67ad838934c80fec066db17a76. --- .github/workflows/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1cc0f653..8220e258 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,10 +19,10 @@ jobs: steps: - uses: actions/checkout@v2 - # # We need to install Qt on the system otherwise tests in - # # tests/test_qt_js_integration.py crash. - # - name: Install Qt - # uses: jurplel/install-qt-action@v3 + # We need to install Qt on the system otherwise tests in + # tests/test_qt_js_integration.py crash. + - name: Install Qt + uses: jurplel/install-qt-action@v3 - uses: conda-incubator/setup-miniconda@v2 with: auto-update-conda: true