From 63da4680ab8c2d80302ee02dec86908af37b7464 Mon Sep 17 00:00:00 2001 From: Neha Oudin Date: Wed, 2 Oct 2024 18:32:00 +0200 Subject: [PATCH] fix: ci file --- .github/workflows/ci.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 43e84c47..eaa95d13 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -28,6 +28,9 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 + - run: | + # Workaround for https://github.com/canonical/charmcraft/issues/1389#issuecomment-1880921728 + touch requirements.txt - name: Check libs uses: canonical/charming-actions/check-libraries@2.4.0 with: