Skip to content

Commit

Permalink
Revert "Remove "Install Qt" action"
Browse files Browse the repository at this point in the history
This reverts commit 4233cd7.
  • Loading branch information
prusse-martin committed Oct 31, 2023
1 parent 03d7b91 commit 913fb97
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 913fb97

Please sign in to comment.