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"