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