Skip to content

Commit

Permalink
more debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Brody committed Aug 13, 2024
1 parent e08cbe9 commit 9aff936
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/actions/e2e-test/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ RUN apt-get -y update
RUN apt-get -y install python3-pip
RUN apt-get -y install libgdal-dev

RUN ls
RUN pip3 install --break-system-packages -r requirements.txt
RUN echo $GITHUB_WORKSPACE
RUN ls $GITHUB_WORKSPACE
RUN pip3 install --break-system-packages -r $GITHUB_WORKSPACE/requirements.txt

RUN apt-get -y install chromium
RUN apt-get -y install xvfb
Expand All @@ -20,4 +21,4 @@ RUN apt-get -y install libc6:i386
RUN apt-get -y install libx11-6:i386
RUN apt-get -y install fluxbox

CMD ./test-ci.sh
CMD ./GITHUB_WORKSPACE/test-ci.sh

0 comments on commit 9aff936

Please sign in to comment.