Skip to content

Commit

Permalink
MAINT: Pyqt deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmainak committed Apr 1, 2021
1 parent 75c7b39 commit 145f491
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,20 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}


- name: Install stuff for PyQt
run: |
sudo -E apt-get install --no-install-recommends -y \
openmpi-bin lsof \
libfontconfig1 libxext6 libx11-xcb1 libxcb-glx0 \
libxkbcommon-x11-0 libgl1-mesa-glx \
libncurses5 libreadline5 libdbus-1-3 libopenmpi-dev \
libc6-dev libtinfo-dev libncurses5-dev \
libx11-dev libreadline-dev \
libxcb-icccm4 libxcb-util1 libxcb-image0 libxcb-keysyms1 \
libxcb-render0 libxcb-shape0 libxcb-randr0 libxcb-render-util0 \
libxcb-xinerama0 libxcb-xfixes0
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 145f491

Please sign in to comment.