From b20ffe1cec87d53228854d7eb409d060a74b469f Mon Sep 17 00:00:00 2001 From: Dmitry Ratushnyy Date: Wed, 27 Sep 2023 10:01:39 +0200 Subject: [PATCH] Unpin charmcaft version --- .github/workflows/integration.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 11431c4..ba2ab23 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -21,9 +21,6 @@ jobs: env: [integration, ha-integration, tls-integration] fail-fast: false steps: - - name: Pin charmcraft version - run: | - sudo snap install charmcraft --classic --revision 1349 - name: Checkout repository uses: actions/checkout@v3 - name: Setup operator environment