We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b64ab3 commit 6ee80c8Copy full SHA for 6ee80c8
1 file changed
.github/workflows/testing.yml
@@ -17,7 +17,8 @@ jobs:
17
18
- name: Validate Grafana dashboard sources
19
run: |
20
- python3 -c "import yaml" 2>/dev/null || python3 -m pip install --user --quiet pyyaml
+ 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
22
python3 contrib/scripts/render_grafana.py --check
23
24
- name: Run unit tests
0 commit comments