diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 54640b9..e88e337 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -36,6 +36,8 @@ jobs: uses: charmed-kubernetes/actions-operator@main with: provider: microk8s + juju-channel: 3.1/stable + channel: 1.27-strict/stable microk8s-addons: "storage dns rbac ingress" - name: Run integration tests diff --git a/tox.ini b/tox.ini index c66cdcb..076f074 100644 --- a/tox.ini +++ b/tox.ini @@ -56,7 +56,7 @@ commands = description = Run integration tests deps = pytest - juju + juju < 3.2.0 pytest-operator tenacity requests