We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 769fa01 commit d4c5892Copy full SHA for d4c5892
.github/workflows/Containerfile
@@ -25,7 +25,9 @@ RUN apt install -y --no-install-recommends \
25
python3-gi \
26
python3-pytest \
27
python3-dbusmock \
28
- python3-dbus
+ python3-dbus \
29
+ # ci deps
30
+ jq
31
32
# Install pre-commit
33
RUN pip install --user --break-system-packages pre-commit
.github/workflows/container.yml
@@ -1,5 +1,5 @@
1
env:
2
- IMAGE_TAG: 2025.03.26-5
+ IMAGE_TAG: 2025.03.26-6
3
4
on:
5
workflow_call:
0 commit comments