Skip to content

Commit b6f4404

Browse files
Ensure minimal deps test exercises code (#608)
1 parent 848ef10 commit b6f4404

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-kr8s.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,4 @@ jobs:
7474
- name: Install kr8s
7575
run: pip install -e .
7676
- name: Ensure kr8s works
77-
run: python -c "import kr8s; print(kr8s.get('nodes'))"
77+
run: python -c "import kr8s; print(list(kr8s.get('nodes')))"

0 commit comments

Comments
 (0)