Skip to content

Commit

Permalink
Fix GitHub workflow externally-managed-environment build error
Browse files Browse the repository at this point in the history
  • Loading branch information
ihalaij1 committed May 2, 2024
1 parent a9d6daf commit 3961823
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@ ENV DEBIAN_FRONTEND=noninteractive

RUN apt update -y
RUN apt install -y python3 python3-pip git gettext curl firefox
RUN pip3 install --upgrade pip setuptools wheel

# install python requirements
COPY requirements.txt requirements.txt
RUN pip install -r requirements.txt
RUN pip install --break-system-packages -r requirements.txt
RUN rm requirements.txt

# install geckodriver for selenium
Expand Down

0 comments on commit 3961823

Please sign in to comment.