Skip to content

Commit

Permalink
fix: add pytest-qt deps to dockerfile (#56731)
Browse files Browse the repository at this point in the history
  • Loading branch information
edydfang authored Jan 4, 2024
1 parent 70fc174 commit 8fb8b9f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ RUN apt-get update && apt-get -y upgrade
RUN apt-get install -y build-essential

# hdf5 needed for pytables installation
RUN apt-get install -y libhdf5-dev
# libgles2-mesa needed for pytest-qt
RUN apt-get install -y libhdf5-dev libgles2-mesa-dev

RUN python -m pip install --upgrade pip
RUN python -m pip install \
Expand Down

0 comments on commit 8fb8b9f

Please sign in to comment.