Skip to content

Commit 6ee80c8

Browse files
committed
fix(ci/cd): add render_grafana_test.py
1 parent 0b64ab3 commit 6ee80c8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/testing.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ jobs:
1717

1818
- name: Validate Grafana dashboard sources
1919
run: |
20-
python3 -c "import yaml" 2>/dev/null || python3 -m pip install --user --quiet pyyaml
20+
python3 -c "import yaml" 2>/dev/null || python3 -m pip install --user --break-system-packages --disable-pip-version-check --quiet pyyaml
21+
python3 contrib/scripts/render_grafana_test.py
2122
python3 contrib/scripts/render_grafana.py --check
2223
2324
- name: Run unit tests

0 commit comments

Comments
 (0)