We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 848ef10 commit b6f4404Copy full SHA for b6f4404
.github/workflows/test-kr8s.yaml
@@ -74,4 +74,4 @@ jobs:
74
- name: Install kr8s
75
run: pip install -e .
76
- name: Ensure kr8s works
77
- run: python -c "import kr8s; print(kr8s.get('nodes'))"
+ run: python -c "import kr8s; print(list(kr8s.get('nodes')))"
0 commit comments