Skip to content

Commit

Permalink
merge: Pin pygobject
Browse files Browse the repository at this point in the history
  • Loading branch information
bbhtt committed Dec 10, 2024
1 parent bea91fc commit eeb3a9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/merge/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN apt-get update && \
ADD requirements.txt .

RUN python -m venv /venv && \
/venv/bin/python -m pip install -r requirements.txt PyGObject
/venv/bin/python -m pip install -r requirements.txt PyGObject==3.50.0

FROM python:3.12-slim
ENV PATH="/venv/bin:$PATH"
Expand Down

0 comments on commit eeb3a9a

Please sign in to comment.