diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index da4ea39..851f13d 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -84,7 +84,7 @@ jobs: matrix: runs-on: [[ubuntu-22.04]] test-command: ['tox -e func'] - juju-channel: ["3.4/stable"] + juju-channel: ['3.4/stable']] steps: - uses: actions/checkout@v4