Skip to content

Commit

Permalink
Remove install Qt step
Browse files Browse the repository at this point in the history
This should not be needed anymore, installing from conda-forge is sufficient.
  • Loading branch information
nicoddemus committed Dec 9, 2022
1 parent 36e3a91 commit f20a6f2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f20a6f2

Please sign in to comment.