diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e11c05c..a7d26be 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,10 +20,6 @@ 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@v2 - uses: conda-incubator/setup-miniconda@v2 with: auto-update-conda: true