Skip to content

Commit

Permalink
Setup Qt libraries in github actions with tlambert03/setup-qt-libs@v1
Browse files Browse the repository at this point in the history
  • Loading branch information
GenevieveBuckley committed Nov 21, 2023
1 parent 79d3366 commit 3b590bb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
python-version: 3.9
architecture: x64

# Setup Qt libraries for mayavi pyqt backend used in demo example
- uses: tlambert03/setup-qt-libs@v1

- name: Install noxfile requirements
run: pip install -r noxfile-requirements.txt

Expand Down

0 comments on commit 3b590bb

Please sign in to comment.