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 bda45df commit 6bb0be6Copy full SHA for 6bb0be6
.github/workflows/ubuntu_test.yml
@@ -70,7 +70,7 @@ jobs:
70
podman build --tag alpine-ci -f ./test/containers/Containerfile-alpine .
71
- name: Test unlimited API
72
run: |
73
- podman run --rm -it alpine-ci
+ podman run --rm alpine-ci
74
- name: Test limited API
75
76
- podman run --env PYTHON_SDBUS_USE_LIMITED_API=1 --rm -it alpine-ci
+ podman run --env PYTHON_SDBUS_USE_LIMITED_API=1 --rm alpine-ci
0 commit comments