Skip to content

Commit

Permalink
fix: add pytest-qt deps to dockerfile (pandas-dev#56731)
Browse files Browse the repository at this point in the history
  • Loading branch information
edydfang authored and pmhatre1 committed May 7, 2024
1 parent 18c12a3 commit c17a4ae
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 c17a4ae

Please sign in to comment.