From e96ccc52b4dc46fb501893279cfd7848a311993c Mon Sep 17 00:00:00 2001 From: Fedor Baart Date: Fri, 3 Oct 2025 11:30:07 +0200 Subject: [PATCH] Try to fix static website build --- .../azure-static-web-apps-delightful-cliff-0e49c3503.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/azure-static-web-apps-delightful-cliff-0e49c3503.yml b/.github/workflows/azure-static-web-apps-delightful-cliff-0e49c3503.yml index 5dc0076f..a70efc50 100644 --- a/.github/workflows/azure-static-web-apps-delightful-cliff-0e49c3503.yml +++ b/.github/workflows/azure-static-web-apps-delightful-cliff-0e49c3503.yml @@ -30,6 +30,9 @@ jobs: gdalinfo --version - name: Set up Python 3.9 uses: actions/setup-python@v3 + # This step sometimes fails when cache is not available + # That's ok.... + continue-on-error: true with: python-version: 3.9 cache: "pip"